
Kali Cheat-sheet
NMAP: Scan IP address for open ports
# Basic scan:
nmap -sT 1.2.3.4
# RPC service scan:
nmap -sR 1.2.3.4
NMAP: Scan network hosts up
nmap -sP 192.168.0.0/24
NMAP: List network's hostnames
nmap -sL 192.168.0.0/24
NMAP: Network scan