[Release] Host Checker v2.0 - Python script pang mass check ng hosts + CDN detection for noload trick

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.

Features​

  • Concurrent host scanning
  • Supports GET, HEAD, and CONNECT
  • 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
Install dependencies.
Code:
pip install -r requirements.txt

Basic Usage​

Code:
python run.py hosts.txt -m HEAD
Supported methods:
  • GET
  • HEAD
  • CONNECT

Preparing hosts.txt

Create a file named hosts.txt then add one hostname per line.
Example:
Code:
example.com
cdn.example.net
sample.org
Kung may sarili na kayong bug host list, paste nyo lang lahat sa 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
Pag okay na yung list, save nyo lang then run the checker.

Command Options​

OptionDescription
hostsHosts file or - for stdin
-m, --methodGET, HEAD, CONNECT
-t, --timeoutTimeout (default: 10)
-c, --concurrentConcurrent workers (default: 50)
-p, --proxyProxy (ip:port or user:pass@host:port)
--deepEnable ASN lookup
-o, --outputExport CSV
--no-colorDisable 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 HEAD para sa initial filtering.
GitHub:
You do not have permission to view the full content of this post. Log in or register now.
 

About this Thread

  • 8
    Replies
  • 518
    Views
  • 8
    Participants
Last reply from:
Richard_Goma

Online now

Members online
1,008
Guests online
2,657
Total visitors
3,665

Forum statistics

Threads
2,308,075
Posts
29,183,012
Members
1,191,822
Latest member
Kawowsas
Back
Top