Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

nmap is a powerfull tool, which is known to be a port scanner. But there are other useful situations where it can be used:

  1. Query dhcp parameters
    sudo nmap -sU -p 67 --script=dhcp-discover 192.168.178.1
  2. Query registered DNS names in a fritz box
    sudo nmap -sP -PN -R --dns-servers 192.168.178.1 192.168.178.0/24 | grep -i fritz.box
Add comment

*** Note ***

Comments are welcome. But in order to reject spam posts please consider following rules:
  1. Comments with string http are rejected with message You have no rights to use this tag
  2. All comments are reviewed by hand and thus it usually takes one day until a comment will be published.