Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
OS fingerprinting techniques: TTL analysis, Nmap detection, p0f passive fingerprinting, and banner grabbing.
nmap -O TARGET nmap -O --osscan-guess TARGET nmap -A TARGET # OS + version + scripts
ping -c 1 TARGET | grep ttl
p0f -i eth0 p0f -i eth0 -o output.txt p0f -r capture.pcap
nc -nv TARGET 22 nmap -sV -p 22 TARGET curl -I http://TARGET
telnet TARGET 80 HEAD / HTTP/1.1 Host: TARGET
nmap --script=smb-os-discovery TARGET nmap -p 445 --script=smb-os-discovery TARGET
nmap -O TARGET
ping -c 1 TARGET
p0f -i eth0
nc -nv TARGET PORT
nmap --script=smb-os-discovery TARGET