Types of Network Scans Network scanning is a vital process in cybersecurity used to analyze systems, identify vulnerabilities, and monitor network activity.
There are several types of network scans, each serving a specific purpose during penetration testing or network assessment
Types of Network Scans
1: -sT Nmap -sT 192.168.34.228 (TCP)
2: -sU Nmap -sU 192.168.34.228 (UDP)
3: -sS Nmap -sS 192.168.34.228 (SYN)
4: -sA Nmap -sA 192.168.34.228 (ACK)
5: -sF Nmap -sF 192.168.34.228 (FIN)
6: -sN Nmap -sN 192.168.34.228 (NULL)
7: -sX Nmap -sX 192.168.34.228 (XMAS)
8: -sI Nmap -sI 192.168.34.228 (IDLE)