A small TypeScript command-line tool that wraps the hackertarget.com reconnaissance API, so you can run any scan the service offers (DNS lookups, reverse DNS, geolocation, traceroute, port scans, HTTP header inspection) without leaving the terminal.
The CLI accepts a targets.txt file for batch operations, which is the only way to make recon against a long list of hosts tolerable. Originally written during a wave of bug-bounty work; recovered from Wayback Machine snapshots after the original GitHub account was erased (see the post).
- TypeScript, MIT-licensed.
- Configurable rate-limit etiquette to stay inside hackertarget’s free-tier policy.
- Pipes cleanly into
grep/jq/ anything else in a pentest pipeline.