https://github.com/kangoo13/proxy-checker
Check for a set of proxies different conditions, is the proxy working, does the proxy bypass cloudflare and so on.
https://github.com/kangoo13/proxy-checker
ban-checker cloudflare-bypass cloudflare-checker colly gocolly golang proxies-checker proxies-detected proxy-al proxy-ban-checker proxy-checker
Last synced: 6 months ago
JSON representation
Check for a set of proxies different conditions, is the proxy working, does the proxy bypass cloudflare and so on.
- Host: GitHub
- URL: https://github.com/kangoo13/proxy-checker
- Owner: kangoo13
- License: mit
- Created: 2020-03-06T18:04:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T19:11:26.000Z (over 6 years ago)
- Last Synced: 2024-06-19T02:58:00.977Z (about 2 years ago)
- Topics: ban-checker, cloudflare-bypass, cloudflare-checker, colly, gocolly, golang, proxies-checker, proxies-detected, proxy-al, proxy-ban-checker, proxy-checker
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proxy-checker
Check for a set of proxies different conditions, is the proxy working, does the proxy bypass cloudflare and so on.
This project is using GoColly as main engine.
# Features
- Checks if the proxy is working
- Checks if the proxy bypass a website protected by CloudFlare
# Installation
Very simple :
```
git clone git@github.com:kangoo13/proxy-checker.git
cd proxy-checker
go build
./proxy-checker -h
Usage: proxy-checker [--timeoutproxy TIMEOUTPROXY] [--cloudflarebypass] [--basic] [--websitecloudflare WEBSITECLOUDFLARE] PROXYLIST GOODPROXIESPATH
Positional arguments:
PROXYLIST path to the proxyList
GOODPROXIESPATH path to the good proxies identified
Options:
--timeoutproxy TIMEOUTPROXY, -t TIMEOUTPROXY
timeout proxy duration in seconds [default: 4]
--cloudflarebypass, -c
if activated, check if proxy bypass cloudflare
--basic, -b if activated, simply checks if proxy is working [default: true]
--websitecloudflare WEBSITECLOUDFLARE, -w WEBSITECLOUDFLARE
website to test proxy against cloudflare, needed if -cf
--help, -h display this help and exit
```
# Contribution
Implementing new checkers or enhancing them is welcome !
# Chat
Feel free to speak with me on FreeNode IRC, my nickname is kangoo13