May 2017
Intermediate to advanced
416 pages
21h 33m
English
These techniques use different mechanisms to attempt to list valid users of a system and each have their own advantages and disadvantages. In general, LSA lookups are noisier but you can select what technique to use when enumerating users by setting the script argument samronly or lsaonly:
$ nmap -sU -p137 --script smb-enum-users --script-args lsaonly=true <target>$ nmap -sU -p137 --script smb-enum-users --script-args samronly=true <target>
Read now
Unlock full access