Find NetBIOS name from IP
Windows:
netstat -a 192.168.1.22
Linux:
nbtstat 192.168.1.22 # ntbstat separate package
Find IP from NetBIOS name
Windows:
nbtstat -a host.example.com
Linux:
nmblookup host.example.com
http://www.irongeek.com/i.php?page=security/ipinfo
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment