EvilZone

Programming and Scripting => Scripting Languages => : ZeroBoy April 18, 2014, 11:32:17 PM

: [Python] Proxist Bot: Hidemyass Proxy Grabber
: ZeroBoy April 18, 2014, 11:32:17 PM
Proxist Bot: Hidemyass Proxy Grabber

Source: Python for Pentesting (http://pytesting.blogspot.com/2014/04/proxist-bot-hidemyass-proxy-grabber.html)

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:
:
Usage: testing.py [options] 
 
Options: 
  -h, --help            show this help message and exit 
  -o FILE, --output=FILE 
                        Output file 
  -a, --all             Store all information ]
Screenshots:
Running proxist.py -o proxylist.txt --all:
(http://3.bp.blogspot.com/-trzrUQ6X9ng/U096Dy1p9OI/AAAAAAAAAEk/TuCTHYRC3nw/s1600/screen3.png)
Output file (proxylist.txt):
(http://2.bp.blogspot.com/-rxNB8aCODlM/U0965OxU3fI/AAAAAAAAAEw/63q-FboJIvw/s1600/screen4.png)

Donwload:
The bot is located on my github: Proxist.py (https://github.com/offensive-python/Proxist/blob/master/proxist.py)