Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.
/ WebbyTraffy Public archive

Simulates web page requests (traffic) to a list of URLs. May also simulate different browsers, countries and visitor read times.

License

Notifications You must be signed in to change notification settings

dialex/WebbyTraffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebbyTraffy

Logo

This WinForm application allows you to specify a list of URLs and simulate web page requests.

Usage

Screenshot

There's an executable at WebbyTraffy/Doc/ReadyToUse folder. You can configure it to behave like a human visitor by:

  • Using random HTTP headers to simulate browsers;
  • Using random proxies to simulate countries;
  • Staying on page for a random period of time to simulate human reading.

URLs & Proxies

Use the Import... buttons to load the target URLs and a list of proxies. Check the Proxies.txt file to see an example.

Proxies should be listed one per line following the syntax: <CountryName> | <IP>:<PORT>.

Roadmap

Feel free to implement these improvements or add your own:

  • Migrate from WebBrowser to Awesomium.
  • Use private proxies, the current list was obtained from public listings here and here.

License

MIT License Copyright (c) 2016 Diogo Nunes

About

Simulates web page requests (traffic) to a list of URLs. May also simulate different browsers, countries and visitor read times.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages