BishopFox / ProxyListReliabilityCheck

Perl script to test the reliability of a list of open web proxies.

Home Page:http://www.bishopfox.com/resources/tools/google-hacking-diggity/attack-tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProxyListReliabilityCheck

Perl script to test the reliability of a list of open web proxies.

The script takes in a text file list of IPAddress:Port of open web proxies to test (1 per line). It then attempts to crawl to the following URL through each target proxy:

If it receives a 200 OK within a 6 second timeout and the text 'everybody2daLim1t' is found on the returned page (showing that the proxy isn't posting a login prompt, error message, or altering the content), then it is considered a reliable open web proxy.

Strong Bad Emails: Everybody to the Limit - YouTube

This is basically the same method that is used by the SearchDiggity tool to validate the GOOD/BAD reliability of a list of open web proxies to use. For more info on SearchDiggity, see:

Note: Testing of the script was used with ActiveState Perl:

Usage

ProxyListReliabilityCheck - Usage

Example

See below example of script running against a list of open web proxies sent to us via our HideMyAss.com subscription. ProxyListReliabilityCheck - Example

Resource Links

Bishop Fox - Google Hacking Diggity Project:

Open Proxy Lists:

Other Proxy Checker Tools:

About

Perl script to test the reliability of a list of open web proxies.

http://www.bishopfox.com/resources/tools/google-hacking-diggity/attack-tools/


Languages

Language:Perl 100.0%