Chainforger icon indicating copy to clipboard operation
Chainforger copied to clipboard

Proxy scraper for proxychains

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

  • [x] Scrape http, https, socks4 and socks5
  • [x] Built-in proxy checker
  • [x] 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.