Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Active — Nmap
TTL Analysis
| OS | Default TTL |
|---|---|
| Linux | 64 |
| Windows | 128 |
| Cisco/Network | 255 |
| Solaris | 254 |
Passive — p0f
Banner Grabbing
Telnet
Nmap Scripts
Quick Reference
| Method | Command |
|---|---|
| Active OS | nmap -O TARGET |
| TTL check | ping -c 1 TARGET |
| Passive | p0f -i eth0 |
| Banner grab | nc -nv TARGET PORT |
| SMB OS | nmap --script=smb-os-discovery TARGET |