Author Topic: [Python] Proxist Bot: Hidemyass Proxy Grabber  (Read 2202 times)

0 Members and 1 Guest are viewing this topic.

Offline ZeroBoy

  • /dev/null
  • *
  • Posts: 14
  • Cookies: 0
    • View Profile
    • Python for Pentesting @OffensivePython
[Python] Proxist Bot: Hidemyass Proxy Grabber
« on: April 18, 2014, 11:32:17 pm »
Proxist Bot: Hidemyass Proxy Grabber

Source: Python for Pentesting

Description:
"Proxist" is a python bot that grabs "hidemyass" proxies, test them, sort them by connection speed and export them in a txt file (HOST:PORT) so you can use them with other tools or browsers.
Howto:
Code: [Select]
Usage: testing.py [options] 
 
Options: 
  -h, --help            show this help message and exit 
  -o FILE, --output=FILE 
                        Output file 
  -a, --all             Store all information ]
  • -o: Specify where to store the proxy list. if not specified, output will be stored in "proxist.log"
  • -a: Use this if you want to store additional information (country, protocol, anonymity level...)
Screenshots:
Running proxist.py -o proxylist.txt --all:
Output file (proxylist.txt):

Donwload:
The bot is located on my github: Proxist.py