Nmap

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
  • nmap -A -T4 10.0.0.32
  • nmap -sS -0 -v -T insane 10.0.0.32
  • nmap -p 1352 example.dyndns.org


Scannen
Scanning
Basics
Port Scanning Basics


Eigene IP Adresse ermitteln
Befehle


  nmap --top-ports 10 192.168.1.1
  ### Scan a single ip address ###
  nmap 192.168.1.1

  ## Scan a host name ###
  nmap server1.cyberciti.biz

  ## Scan a host name with more info###
  nmap -v server1.cyberciti.biz
  ## Combine all options ##
  nmap -p 80,443,9101,16203 192.168.1.1