---------------------------------------------------- ------------ proxybot 0.1 ------------ ---------------------------------------------------- --------------- by: hysterix --------------- Requirements: apache, php 5, curl What: Proxybot scours known sites for proxies, outputs them in the format of your choosing, can test them, and outputs either new or known proxies in a few formats. How: Select your mode: - search - test - output - help search - select which sites you want to scour for proxies and configure the options once the list is found - you can output the list as plaintext or csv - you can save the list into the database to be checked later - you can choose which sites you want to search for proxies - to save the proxy list to be checked for later, select mysql as the option test - select which proxies you want to test - you can test new proxies entered from the previous search - you can test good proxies to make sure they are still good - if either a new or a good proxy is down, it is removed from the database - there is only 100 new proxies and 10 good proxies allowed per check to prevent too much server stress output - select how you want your final list format - you can output either new or good proxies - you can output the list as plaintext, csv, or as proxychains format: example - (socks4 192.168.1.49 1080) help - very simple in program help menu setup - - all database info is inside of config.inc.php; edit this file depending on your database setup - free host disclaimer: proxybot does not work on free hosts for the following reasons: 1. most free hosts have a very low default timeout; the script needs time to scour and to check 2. lowering the number of proxies to check does not really help on free hosts; the checking feature does not work at all 3. CURLOPT_FOLLOWLOCATION + php + open_basedir or safe_mode = fuckup see: http://us.php.net/manual/ro/function.curl-setopt.php#71313 for workaround; don't bother, it still failed us 4. free hosts most likely have a max number of curl requests and proxybot surely exceeds it Why: hysterix was sick of having to look for good socks proxies by hand because he knows it is bad to leave tor exit node footprints all over the place. Also this program is hax. The background was all black, but hysterix recently dosed up on a few hundred mics of good cid so he felt the background needed to exemplify this. Fun: quote of the day: "And of course the psychedelics are the naturally evolved nano-machinary of the gayain-matrix that knits together this cosmic ecology."- - (terrance mckenna 1946-2000 - http://deoxy.org/mckenna.htm) Credits: curl class: David - semlabs.co.uk split url: David Nadeau - NadeauSoftware.com simple html dom: S.C. Chen - http://sourceforge.net/projects/simplehtmldom/ proxytest class: Paolo Ardoino - http://www.involutive.com