Network & Port Scanning
Port Scanning and Service Identification in active reconnaissance are crucial for discovering open ports on a target system and identifying the services running on those ports. This information helps in understanding the network's architecture, the types of applications and services in use, and potential vulnerabilities. Port scanners send packets to specific ports on a network and listen for responses, while service identification tools analyze these responses to determine what services are active.
Nmap (CLI-based): Identifies open ports, running services, and OS versions.
Masscan (CLI-based) Extremely fast port scanner, useful for scanning large networks.
Netcat (CLI-based): Versatile networking tool, often used for port scanning and banner grabbing.
Advanced IP Scanner: Fast, robust, and easy-to-use IP scanner for Windows.
Angry IP Scanner: Fast and user-friendly network scanner for Windows, Linux, and Mac.
Zenmap: Official Nmap GUI, making scan results easier to read and interpret.
Wireshark: Network protocol analyzer that can capture and display network traffic in real-time.
Nessus: Vulnerability scanner that can also perform port scanning and service identification.
OpenVAS: Open-source vulnerability assessment tool that includes port scanning functionality.
Fing: Network discovery and scanning tool with a focus on simplicity and ease of use.
TCPdump (CLI-based): Powerful command-line packet analyzer for network traffic monitoring.
SolarWinds Port Scanner: Free tool that delivers fast and accurate identification of open, closed, and filtered ports.
Metasploit: Advanced open-source framework for developing, testing, and executing exploits.
hping (CLI-based): Command-line oriented TCP/IP packet assembler/analyzer, used for port scanning.
Unicornscan (CLI-based): Attempts to improve the efficiency and flexibility of network scanning.
Scanrand (CLI-based): Extremely fast port, network, and enumeration tool. Scanrand commands offer high-speed scanning and are often combined with other analysis tools.
SuperScan: Windows-only port scanning tool, ping sweep, and resolver.
P0f: Passive OS fingerprinting tool, used to identify the operating system of the target.
Network Miner: Network Forensic Analysis Tool (NFAT) for Windows that can detect the OS, hostname, and open ports of network hosts through packet sniffing.
NetDiscover (CLI-based): An active/passive address reconnaissance tool, primarily for those networks without DHCP.
Last updated