-
Notifications
You must be signed in to change notification settings - Fork 5
nmap
F1shh edited this page Mar 31, 2022
·
1 revision
Nmap is a very useful and effective port-scanner / network enumeration tool. Here are some fun things you can do with it:
nmap -p<port> -A <ip>
nmap -p- -sS <ip>
nmap -p- -v -T4 <ip>
nmap -p445 --script=smb-enum-shares.nse,smb-enum-users.nse <ip>
nmap -p 111 --script=nds-la,nfs-statfs,nfs-showmount <ip>
nmap -sn <ip>/<cidr>