This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
docu:csheet:ofsec:info:nmap [2020/03/26 22:23] – admin | docu:csheet:ofsec:info:nmap [2025/07/11 22:19] (current) – admin | ||
---|---|---|---|
Line 4: | Line 4: | ||
# wow | # wow | ||
nmap --mtu 488 -Pn -rF -O --top-ports 9000 THEIPTOSCAN | nmap --mtu 488 -Pn -rF -O --top-ports 9000 THEIPTOSCAN | ||
+ | |||
+ | # other working example when SYN-ACK (-sS) method not working | ||
+ | nmap -v -sT -Pn -n --top-ports=100 THEIPTOSCAN | ||
# complete scan working if using tor | # complete scan working if using tor | ||
nmap --top-ports 10 -sT -PN -n -sV -vv THEIPTOSCAN | nmap --top-ports 10 -sT -PN -n -sV -vv THEIPTOSCAN | ||
</ | </ |