ARAlpesh R Prajapatiinalpesh1.hashnode.dev01📄Nmap - CheatSheetJul 25, 2025 · 2 min read · ✅ Basic Syntax nmap [options] <target> Examples of : IP: 192.168.1.1 Hostname: example.com Range: 192.168.1.1-50 Subnet: 192.168.1.0/24 🟢 Host Discovery PurposeCommand Ping sweep (live hosts)nmap -sn 192.168.1.0/24 Disable DNS resolu...AAr commented