A Python-based CLI toolkit leveraging open source tools and network intelligence for attack surface discovery and vulnerability identification.
🎯 HackerTarget ToolKit - Tools And Network Intelligence To Help Organizations With Attack Surface Discovery 🎯
This tool is designed for security professionals and organizations to map and assess their external network footprint by combining open source intelligence with security scanning tools. It helps identify vulnerabilities and monitor network exposure dynamically, aiding in proactive vulnerability management and risk assessment.
This tool is a non-original implementation using an API from HackerTarget and is not officially affiliated with HackerTarget. Users should be aware that the attack surface discovery relies on external open source intelligence and scanning tools, so results may vary. It is recommended to use this tool in authorized environments and comply with legal and ethical guidelines when performing network reconnaissance.
git clone https://github.com/ismailtasdelen/hackertarget.git
cd hackertarget/
pip3 install .
python hackertarget.py
Launches the CLI interface for the HackerTarget ToolKit.
[1] Traceroute
Performs a traceroute to trace the path packets take to a network host.
[2] Ping Test
Sends ICMP echo requests to test network connectivity.
[3] DNS Lookup
Retrieves DNS records for a given domain.
[4] Reverse DNS
Finds the domain name associated with an IP address.
[5] Find DNS Host
Identifies the DNS host for a domain.
[6] Find Shared DNS
Finds other domains sharing the same DNS host.
[7] Zone Transfer
Attempts a DNS zone transfer to retrieve DNS zone data.
[8] Whois Lookup
Fetches registration and ownership information for domains.
[9] IP Location Lookup
Determines the geographical location of an IP address.
[10] Reverse IP Lookup
Finds domains hosted on a given IP address.
[11] TCP Port Scan
Scans for open TCP ports on a target host.
[12] Subnet Lookup
Retrieves subnet information related to an IP address.
[13] HTTP Header Check
Fetches HTTP headers from a web server.
[14] Extract Page Links
Extracts hyperlinks from a web page.