Noahclanman
Elite
Hi PHC,
Baka makatulong sa inyo. Ginawa ko itong tool para hindi na mano-manong mag-check ng bug hosts.
Instead na isa-isang i-test ang bawat host, pwede nitong i-scan nang sabay-sabay ang daan-daang host then ipapakita kung alin ang reachable, alin ang dead, at magbibigay din ng additional info tulad ng response headers, CNAME, at ASN para mas madali makita kung anong provider o CDN ang gamit ng host.
Useful siya kung naghahanap kayo ng possible bug hosts para sa HTTP Injector, NetMod, OpenTunnel, or kung trip nyo lang mag-research ng ISP domains.
Install dependencies.
Supported methods:
Preparing
Create a file named
Example:
Kung may sarili na kayong bug host list, paste nyo lang lahat sa
Kung wala pa, pwede kayong kumuha ng hosts sa:
You do not have permission to view the full content of this post. Log in or register now.
Baka makatulong sa inyo. Ginawa ko itong tool para hindi na mano-manong mag-check ng bug hosts.
Instead na isa-isang i-test ang bawat host, pwede nitong i-scan nang sabay-sabay ang daan-daang host then ipapakita kung alin ang reachable, alin ang dead, at magbibigay din ng additional info tulad ng response headers, CNAME, at ASN para mas madali makita kung anong provider o CDN ang gamit ng host.
Useful siya kung naghahanap kayo ng possible bug hosts para sa HTTP Injector, NetMod, OpenTunnel, or kung trip nyo lang mag-research ng ISP domains.
Features
- Concurrent host scanning
- Supports
GET,HEAD, andCONNECT - HTTP header fingerprinting
- CNAME lookup
- ASN lookup (
--deep) - Proxy support
- CSV export
- Colored output
Installation
Clone the repository.
Code:
git clone https://github.com/noahclanman/hostchecker.git
Code:
cd hostchecker
Code:
pip install -r requirements.txt
Basic Usage
Code:
python run.py hosts.txt -m HEAD
GETHEADCONNECT
Preparing hosts.txt
Create a file named hosts.txt then add one hostname per line.Example:
Code:
example.com
cdn.example.net
sample.org
hosts.txt.Kung wala pa, pwede kayong kumuha ng hosts sa:
- Old PHCorner threads
- ISP domains/subdomains
- Public bug host lists
- PinoyTechSaga bug host pages
- AI or sariling scraper
Command Options
| Option | Description |
|---|---|
hosts | Hosts file or - for stdin |
-m, --method | GET, HEAD, CONNECT |
-t, --timeout | Timeout (default: 10) |
-c, --concurrent | Concurrent workers (default: 50) |
-p, --proxy | Proxy (ip:port or user:pass@host:port) |
--deep | Enable ASN lookup |
-o, --output | Export CSV |
--no-color | Disable colored output |
Notes
- Hindi porket LIVE ang result ay working bug host na agad. Test pa rin gamit ang preferred payload/config ninyo.
- Kung malaki ang host list, mas mabilis gamitin ang
HEADpara sa initial filtering.
You do not have permission to view the full content of this post. Log in or register now.
Thank you for sharing po.