Skip to content

nicolasSchirmer/Proxy-Scrap3r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Scrap3r

A simple proxy list scraper tool

How to use

$ git clone https://github.com/nicolasSchirmer/proxy-scrap3r.git

$ cd proxy-scrap3r

$ pip3 install -r requirements.txt

$ python3 proxy_scrap3r

Output

It will generate a Json file at ./output/proxy_list.json

If you want to change the file path just add -jf to the command. Like so:

$ pyrhon3 proxy_scrap3r -jf ./custom_output/custom_json.json

Object structure

{
  "ip": "proxy.ip.address.here",
  "port": "666",
  "type": "HTTP or HTTPS or SOCKS4 or SOCKS5",
  "country": "ANY",
  "google_able": true // if at the time of the proxy collecting, it's still working with google // can be false, true or null
}

TODO

  • Add support for Proxychains4 / Proxychains
  • txt simple files
  • Add more services
  • More filters

Where is getting the proxys from?

Contributions

Please fell free to do so

About

A simple proxy list scraper tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages