1.3k views
1 vote
What is the nmap command line syntax for running an ms08-067 vulnerability scan against 172.30.0.30 (targetwindows04)?

User SteveMc
by
8.2k points

1 Answer

1 vote

The command line syntax is

nmap –script=smb-check-vulns –script-arg=unsafe=1 -p445 172.30.0.30

User Tony Cronin
by
8.6k points