• Stars
    star
    249
  • Rank 162,987 (Top 4 %)
  • Language
    Python
  • Created over 10 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Finds public elite anonymity proxies and concurrently tests them

elite-proxy-finder

This script was not working for a few months. I just fixed it 7/6/15. Only uses gatherproxy.com now.

Finds elite anonymity (L1) HTTP proxies then tests them all in parallel. Tests each proxy against 3 IP checking URLs including one which is HTTPS to make sure it can handle HTTPS requests. Then checks the proxy headers to confirm it's an elite L1 proxy that will not leak any extra info. By default the script will only print the proxy IP, request time, and country code of proxies that pass all four tests but you can see all the results including errors in any of the tests with the -a (--all) option.

Requirements:

  • Tested on Kali 1.0.6
  • Python 2.7
    • gevent 1.0
    • requests 1.2.0+

If you are on a system with requests <1.2.0 you won't see any output because every test will result in an error referring to the request not having an attribute "elapsed". Use the -a option to check the errors.

Kali has gevent 0.13 in its repo and you will need gevent 1.0 if you want the -s option to work. Works fine with 0.13 other than that.

apt-get install python-dev python-gevent
pip install --upgrade gevent

Usage:

python elite-proxy-finder.py

Show proxies that pass all four tests, their country code, and the time it took for each request to complete. Prints the fastest proxies first.

python elite-proxy-finder.py -s 10

Show only the fastest 10 proxy results.

python elite-proxy-finder.py -a

Show all proxy results including the errors that occurred.

python elite-proxy-finder.py -q

Print only the IP address and port of proxies that pass all four tests.

License

Copyright (c) 2014, Dan McInerney All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of Dan McInerney nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


More Repositories

1

wifijammer

Continuously jam all wifi clients/routers
Python
3,982
star
2

LANs.py

Inject code and spy on wifi users
Python
2,583
star
3

net-creds

Sniffs sensitive data from interface or pcap
Python
1,689
star
4

xsscrapy

XSS spider - 66/66 wavsep XSS detected
Python
1,648
star
5

icebreaker

Gets plaintext Active Directory credentials if you're on the internal network but outside the AD environment
PowerShell
1,182
star
6

pymetasploit3

Automation library for Metasploit
PowerShell
370
star
7

pentest-machine

Automates some pentest jobs via nmap xml file
Ruby
319
star
8

dnsspoof

DNS spoofer. Drops DNS responses from the router and replaces it with the spoofed DNS response
Python
276
star
9

fakeAP

Create fake AP in Kali with 1 command
Python
265
star
10

msf-autoshell

Feed the tool a .nessus file and it will automatically get you MSF shell
Python
234
star
11

creds.py

Harvest FTP/POP/IMAP/HTTP/IRC creds
Python
166
star
12

fast-recon

Does some google dorks against a domain
Python
158
star
13

device-pharmer

Opens 1K+ IPs or Shodan search results and attempts to login
Python
144
star
14

wifi-monitor

Prints the IPs on your local network that're sending the most packets
Python
142
star
15

msf-autopwn

Autoexploitation of some of the most common vulnerabilities in wild
Python
123
star
16

search-google

Scrape google search results
Python
93
star
17

autorelay

Automatically performs the SMB relay attack
Python
71
star
18

msfbot

WORK IN PROGRESS. Waits for MSF session then automatically gets domain admin
PowerShell
64
star
19

get_proxy

Py class that returns fastest http proxy
Python
54
star
20

best-channel

Find wifi channel with least interference
Python
52
star
21

SMB-reverse-brute

Async'ly gather unique usernames thru null SMB sessions and bruteforce them with 2 passwords
Python
51
star
22

Invoke-Cats

Obfuscated Invoke-Mimikatz
PowerShell
51
star
23

shellshock-hunter

Concurrently test bing results for shellshock vulnerability
Python
42
star
24

Autobloodhound

Automatically parses and attacks BloodHound-generated graphs
Python
41
star
25

smb-autopwn

Discovers and exploits hosts vulnerable to MS08-067/MS17-010
Python
41
star
26

autoresp

Runs Responder, uploads hashes for cracking, alerts when cracked
Python
37
star
27

FuzzStrings

Simple, hand-picked list of fuzz strings
Python
32
star
28

cookiejack

ARP spoof then session jack within your browser
Python
27
star
29

shellshock-hunter-google

Search google for shellshock vulnerable sites
Python
27
star
30

crawler.py

async web crawler
Python
26
star
31

nmap-parser

Parses Nmap XML files
Python
25
star
32

net-sniffer

Sniffs an interface/pcap file and concatenates fragmented packet loads
Python
21
star
33

MsfWrapper

Asynchronous MSF RPC API wrapper
Python
20
star
34

shodan-search

Python
19
star
35

WPSmash

Python
17
star
36

mailspy

Catch IMAP/POP passwords and see incoming and outgoing messages
Python
17
star
37

arp-ping-detector

ARP ping detector on local network
Python
15
star
38

Obf-Cats

Obfuscated Invoke-Mimikatz script
PowerShell
15
star
39

injecthtml

injecthtml
Python
12
star
40

async-meterpreter-controller

Template for asynchronously controlling meterpreter sessions
Python
12
star
41

postanalyzer

Analyze and log POSTs your machine makes
Python
11
star
42

search-bing

Search bing with python
Python
11
star
43

flashforge-finder-api

FlashForge Finder 3D Printer API with temperature control
Python
10
star
44

joomla-addon-hunter

Find potential SQLi in Joomla URLs
Python
8
star
45

vimrc

My .vimrc
Vim Script
8
star
46

UfcstatsScraper

Scrapes ufcstats.com for data
Python
8
star
47

BestfightoddsScraper

Asynchronously scrape bestfightodds.com for odds data
Python
7
star
48

Invoke-Pwds

Obfuscated Invoke-PowerDump for SAM hash retrieval
PowerShell
7
star
49

basic-xss-spider

sort of functional - abandoned
Python
6
star
50

arpdet

Detects and deauths arp spoofers automatically. Broken.
Python
5
star
51

SherdogScraper

Scrapes sherdog.com for fights
Python
4
star
52

async-requests

Python
3
star
53

quickscan

beta
Python
2
star
54

bashrc

My bashrc
Shell
2
star
55

Dating-service

Written by kid I was teaching python to.
Python
2
star
56

mma

Python
1
star
57

dotfiles

Dotfiles
Vim Script
1
star
58

UFCScraper

Python
1
star