8-DK / PythonFakeUrlVisitors

This script creates fake visitors using proxy servers around world. you can configure updated proxy list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonFakeVisitos

Screen shot of IP logger site: N|Solid

Features

  • Add multiple proxy server list.
  • Add multiple user agents.
  • Choose random proxy from list
  • Change timeout for each request

This script choose random proxy from list and using this proxy visit to given URL in infinite loop. This will create unique users visit to given URL.

Requirements

This script use requests module in python which you have to install using pip.

pip install requests

How to use

Add costume user agents to user_agents.txt file. Add user proxy server IP to to proxy_list.txt file. run script:

python fakevisitor.py

License

MIT

About

This script creates fake visitors using proxy servers around world. you can configure updated proxy list

License:GNU General Public License v3.0


Languages

Language:Python 100.0%