User Tools

Site Tools


it:site:nastroje:nmap

This is an old revision of the document!


Nmap

  • Stealt port scan s rychlostním schematem 4 a zjištěním verzí
    nmap -v -p 1-65535 -sV -O -sS -T4 target
  • IPSec
    nmap -sU -p 500,4500  -PN 31.130.168.116
  • Certifikát
    nmap --script ssl-cert,sslv2,ssl-enum-ciphers -p 443 isir.justice.cz
  • Heartbleed
    nmap -d –script ssl-heartbleed –script-args vulns.showall -sV yoursite.com
  • Poodle
    nmap -d –script ssl-poodle –script-args vulns.showall -sV yoursite.com
it/site/nastroje/nmap.1529587373.txt.gz · Last modified: 2019/08/02 11:18 (external edit)