/Chainforger

Proxy scraper for proxychains

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Chainforger

A proxy scraper for proxychains

Features

  • Scrape http, https, socks4 and socks5
  • Built-in proxy checker (alpha)
  • Currently 1000+ proxies scrapable!
  • Apply filter for http, https or socks

Requirements

  • Python 3.4 or above
  • The requests module

Installation

install requests module

pip install requests

install built-in proxy checker requirements

pip install requests[socks]

run chainforger

python chainforger.py --help

Screenshots



Changelog

  • Version 1.0
    • First release
  • Version 1.1
    • HTTPS support
    • Fancy colors
    • More scraping websites
    • Add '#' before error lines
  • Version 1.2
    • Filter HTTPS
    • Built-in proxychecker (consider this in alpha)
    • Better project structure & general clean up