/Chainforger

Proxy scraper for proxychains

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Chainforger

A proxy scraper for proxychains

NO LONGER MAINTAINED. ChainForger was a nice little side project. I haven't touched it in years and don't plan to anymore, which is why it's archived now.

Features

  • Scrape http, https, socks4 and socks5
  • Built-in proxy checker
  • 1000+ proxies scrapable!

Requirements

  • Python 3.4+
  • Requests module

Installation

install requests module

pip install requests

(optional) when scraping socks, install requests socks extension:

pip install requests[socks]

run chainforger

python chainforger.py --help

Screenshots




Contribute

Nothing special is required to contribute to the project, just pick something from the 'issues' tab and create a pull request when you're done.