This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
it:site:nastroje:nmap [2018/06/19 13:12] matt |
it:site:nastroje:nmap [2019/08/02 11:18] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Nmap ====== | ====== Nmap ====== | ||
+ | |||
+ | * Agresivní scan - sken OS a jeho verze, sken scriptu a traceroute <code>nmap -A -T4 scanme.nmap.org</code> | ||
+ | * Stealt port scan s rychlostním schematem 4 a zjištěním verzí <code>nmap -v -p 1-65535 -sV -O -sS -T4 target</code> | ||
* [[it:site:protokoly:ipsec|IPSec]] <code>nmap -sU -p 500,4500 -PN 31.130.168.116</code> | * [[it:site:protokoly:ipsec|IPSec]] <code>nmap -sU -p 500,4500 -PN 31.130.168.116</code> | ||
* Certifikát <code>nmap --script ssl-cert,sslv2,ssl-enum-ciphers -p 443 isir.justice.cz</code> | * Certifikát <code>nmap --script ssl-cert,sslv2,ssl-enum-ciphers -p 443 isir.justice.cz</code> | ||
+ | * Heartbleed <code>nmap -d –script ssl-heartbleed –script-args vulns.showall -sV yoursite.com</code> | ||
+ | * Poodle <code>nmap -d –script ssl-poodle –script-args vulns.showall -sV yoursite.com</code> | ||