proxyhunter icon indicating copy to clipboard operation
proxyhunter copied to clipboard

Didn't save the results

Open carbanak opened this issue 7 years ago • 2 comments

I've installed all requirements, change the file path in proxyhunter.py and try to run but it didn't save any results to proxy.lst. Are there more things i must set or change?

carbanak avatar Jul 30 '18 21:07 carbanak

Hi! Thanks for checking out my little script.

No all that needs be done is change your working dir to write 'proxy.lst', I tried to make it pretty simple. The only reasons that it would fail to produce the file would be 1.) No proxy servers were detected, or 2.) You don't have write permissions in the directory you specified.

You are certain that you generated ACTIVE/OPEN SQUID proxy servers? You may see hits for random open servers but unless they meet certain criteria (eg successfuly open random websites) they will be dropped by the script and not added to the list.

xajnx avatar Jul 31 '18 12:07 xajnx

This is what the output looks like `root@ip-221-189:~/proxyhunter# sudo python3 proxyhunter.py ProxyHunter v1.1

Initializing scanner.. This may take some time.

[79.172.210.4/23]: 512 available IPs Scanning: [79.172.210.2]

79.172.210.2:80 [OPEN] Scanning: [79.172.210.3]

79.172.210.3:80 [OPEN] Scanning: [79.172.210.7]

79.172.210.7:80 [OPEN]

79.172.210.7:8080 [OPEN] Scanning: [79.172.210.9]

79.172.210.9:80 [OPEN] Scanning: [79.172.210.12]

79.172.210.12:80 [OPEN] [No Proxy] Skipping..

Scanning: [79.172.210.15]

79.172.210.15:80 [OPEN] Scanning: [79.172.210.18]`

Ive copied and checked them with an other tool which say that they're working. I try to run prox_check.py and this is the result. http://prntscr.com/kd8bax

carbanak avatar Aug 01 '18 07:08 carbanak