Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
Proxyworker a mass proxy grabber, scan, test tool
  • LeXeL
    Posts: 15
    ______                     _    _            _             
    | ___ \ | | | | | |
    | |_/ /_ __ _____ ___ _| | | | ___ _ __| | _____ _ __
    | __/| '__/ _ \ \/ / | | | |/\| |/ _ \| '__| |/ / _ \ '__|
    | | | | | (_) > <| |_| \ /\ / (_) | | | < __/ |
    \_| |_| \___/_/\_\__, |\/ \/ \___/|_| |_|\_\___|_|
    _ / |
    |___/

    INFO:
    Proxyworker is a python tool that grabs proxies from online sources and append them to a list. The list will be passed through several test's such as:
    -Latency test: test the proxy speed according sending 1 package from your computer to the proxy.
    -Speed test: if the proxy passes the latency test it connects to "http://google.com" and calculate the data+amount of time it takes to successfully get data.
    -Anonymity test: Some proxy's show your real ip-address on the headers. The tool will print out if the proxy is anonymous or not.

    *You might ask why print if the proxy is anonymous well mainly because you can use it for other propose that don't include HTTP headers.
    Once you have a complete list working+tested proxy's you can bind them to your localhost(127.0.0.1) and surf the web using the proxy you just found.
    * This tool is recommended to be used without any other application running for more efficiency, because it makes lot of connections via web servers and if you are using your browser it will take more time to scan for possible proxy's, also if you are f.ex watching youtube you can get low latency and will not get any result on the proxy's so please keep that in mind.

    SCREENSHOT'S:
    Helpscreen: Imageshack - helpscreen.jpg
    Normal mode: Imageshack - normalim.jpg
    Fullmode: Imageshack - fullmode.jpg
    Individual proxy speed scan: Imageshack - testspeed.jpg
    Individual proxy ping scan: Imageshack - pingfkn.jpg

    HOW TO:
    ======================================º======================================º
    Download Proxyworker.zip

    LeXeL@Ubuntulab:~$ wget http://107.20.187.10:8000/Proxyworker.tar.gz
    --2011-09-09 22:06:52-- http://107.20.187.10:8000/Proxyworker.tar.gz
    Connecting to 107.20.187.10:8000... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 9410 (9.2K) [application/octet-stream]
    Saving to: `Proxyworker.tar.gz'

    100%[============================================>] 9,410 --.-K/s in 0s

    2011-09-09 22:06:52 (473 MB/s) - `Proxyworker.tar.gz' saved [9410/9410]


    ======================================º======================================º

    UNZIP the proxyworker.zip

    LeXeL@Ubuntulab:~$ tar -zxvf Proxyworker.tar.gz
    Proxyworker.py
    localhostconector.py
    progressbar.py
    tools/
    tools/Scrapper.py

    ======================================º======================================º

    HELPSCREEN:

    LeXeL@Ubuntulab:~$ python Proxyworker.py -h
    ______ _ _ _
    | ___ \ | | | | | |
    | |_/ /_ __ _____ ___ _| | | | ___ _ __| | _____ _ __
    | __/| '__/ _ \ \/ / | | | |/\| |/ _ \| '__| |/ / _ \ '__|
    | | | | | (_) > <| |_| \ /\ / (_) | | | < __/ |
    \_| |_| \___/_/\_\__, |\/ \/ \___/|_| |_|\_\___|_|
    _ / |
    |___/ version 0.9.8


    Proxyworker.py <command>


    Currently supported commands:
    -s | Saves the proxies into a txt file
    -Sa| Set the name of the txt file
    -h | Print this help screen
    -f | Makes a full scan of the proxy:speed,anonymity and latency

    ----------------------------------------------------------------

    Individual Commands:
    -test | Test the giving proxy for speed, latency and anonymity
    -ping | Get the latency of the giving proxy
    -bind | Binds the proxy to the localhost
    PRESS ENTER TO EXIT

    ======================================º======================================º

    Complete scan:

    LeXeL@Ubuntulab:~$ python Proxyworker.py -f
    ______ _ _ _
    | ___ \ | | | | | |
    | |_/ /_ __ _____ ___ _| | | | ___ _ __| | _____ _ __
    | __/| '__/ _ \ \/ / | | | |/\| |/ _ \| '__| |/ / _ \ '__|
    | | | | | (_) > <| |_| \ /\ / (_) | | | < __/ |
    \_| |_| \___/_/\_\__, |\/ \/ \___/|_| |_|\_\___|_|
    _ / |
    |___/ version 0.9.8


    Save MODE: 0FF
    [!]The Testmode is 0N
    This will make the process take more time


    Scaning for proxy's online please wait
    100% |#########################################################################|
    Found a total of: 600 Proxys
    Proxy: 75.65.216.39:8080
    +----- Latency : 104 [Good]
    [!]Problem getting the Transfer speed
    Proxy: 68.39.161.178:8080
    +----- Latency : 104 [Good]
    [!]Problem getting the Transfer speed
    Proxy: 69.163.96.2:8080
    +----- Latency : 124 [Good]
    [!]Problem getting the Transfer speed
    Proxy: 209.97.203.60:8080
    +----- Latency : 151 [Good]
    +----- Transfer speed : 3.29kB/s
    +----- Anonymous proxy: NO
    Proxy: 69.163.96.3:8080
    +----- Latency : 130 [Good]
    +----- Transfer speed : 0.08kB/s
    +----- Anonymous proxy: YES

    ======================================º======================================º

    Bind a proxy:

    LeXeL@Ubuntulab:~$ python Proxyworker.py -bind <proxy:port>

    ======================================º======================================º

    FAQ:
    1. Why this tool?
    R: This tool comes from a long story since MPG(a group of http://forum.intern0t.net decided to code a tool that grabs proxy's) after that the proyect die, but i grab again the idea and add
    some other stuffs

    ======================================º======================================º

    Credits:
    This tool was created.tested.developed by LeXeL(lexelEZ@gmail.com)
    There is some collaboration by Aceldama, irenicus09
    Special thanks to: Eph, s3my0n, DiabloHorn, g0tm1lk, and all intern0t members.

    ======================================º======================================º

    EDITS:
    0.9.8 - added Saves file by default (ProxyworkerLogs.txt)
    - Fixed some bugs
    - Improve the Anonymous Scan
    - Add a directory with tools that have to do with Proxyworker
    ** Changed the host!
  • Null Set
    Posts: 112
    Interesting piece of code. :D
  • Black
    Posts: 5
    Oh thanks man ill use this to make my adf.ly clicker... But one question does it stop or it keeps getting more proxys?
  • LeXeL
    Posts: 15
    said:


    Oh thanks man ill use this to make my adf.ly clicker... But one question does it stop or it keeps getting more proxys?



    it will never stops
    i personal run it for 8 hours and run perfectly any questions please email or PM me hope you enjoy it
  • jincorn
    Posts: 2
    can you give me the script ??
  • m0rph
    Posts: 332
    @jincorn, I fixed the formatting of the post. Sadly, it appears that the original link is dead. http://lexel.t35.com/p/Proxyworker.zip
    while( !(succeed = try() ) );
  • tukled
    Posts: 1
    reupload please,
    link dead