Noahclanman
Elite
Mass host checker for hunting bug hosts and zero-rated hosts on mobile ISPs (HTTP Injector-style). Tests hundreds of hosts concurrently, flags live/dead + zero-data responses, and fingerprints CDN/provider via headers, CNAME, and ASN.
panu gamitin para makapag hunt nang working na bughost:
first clone nyu repo:
git clone You do not have permission to view the full content of this post. Log in or register now.
cd hostchecker
pip install -r requirements.txt
how to use or run e.g.:
python run.py hosts.txt -m HEAD
how to get a list of bughost to test? simple lang lahat nang bughost meron kayu pedi nyu i lagay sa hosts.txt to edit nano hosts.txt then save and run the script, pedi din mag scrape kayu nang bughost list sample sa saga blog pedi mo kunin mga list don or gamitin mo ai para ma scrape ang list.
Command Options
| Argument | Description |
|----------|-------------|
|
|
|
|
|
|
|
|
panu gamitin para makapag hunt nang working na bughost:
first clone nyu repo:
git clone You do not have permission to view the full content of this post. Log in or register now.
cd hostchecker
pip install -r requirements.txt
how to use or run e.g.:
python run.py hosts.txt -m HEAD
how to get a list of bughost to test? simple lang lahat nang bughost meron kayu pedi nyu i lagay sa hosts.txt to edit nano hosts.txt then save and run the script, pedi din mag scrape kayu nang bughost list sample sa saga blog pedi mo kunin mga list don or gamitin mo ai para ma scrape ang list.
Command Options
| Argument | Description |
|----------|-------------|
|
hosts | Path to hosts file (one per line), or - for stdin ||
-m, --method | Request method: GET, HEAD, CONNECT (default: GET) ||
-t, --timeout | Timeout per host in seconds (default: 10) ||
-c, --concurrent | Max concurrent checks (default: 50) ||
-p, --proxy | Proxy to route through. Format: ip:port or user:pass@host:port ||
--deep | Enable IP→ASN RDAP lookups for every host (slower, more accurate) ||
-o, --output | Export results to a CSV file ||
--no-color | Disable colored output |
Thank you for sharing po.