Skip to content

billyprice1old/proxycheck_script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Simple proxy checking script

This script was used while reachsearching for this blog entry

I do not provide a proxy list you have to create it yourself. Just name it proxylist_http.txt for your HTTP proxies or proxylist_socks.txt for SOCKS proxies.

Every line must be one ip:port combination like: 192.168.0.5:3128

How to run

You need to install the curl extension for php. On Debian a simple sudo apt-get install php5-cli php5-curl should do it

Then just run php proxycheck.php and it will start to test your proxies.

What does it scan proxies for?

  • Is HTTPS allowed?
  • Is JS modified?
  • Are static websites modified?
  • Will it hide my IP?

What else does it do

It will create a folder with a random session name and save a copy of all modified data there. So if a .js file is modified it will save it with the name of the proxy so you can analyze it further.

Output looks like this

Sample output

About

Proxy checking script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%