Question
Jan Villaroel
Topic: Computer Science Posted 10 months ago
What is the Nmap command line syntax for running an MS08-067 vulnerability scan against 100.20.9.25 (TargetWindows04)?

What is the Nmap command line syntax for running an MS08-067 vulnerability scan against 100.20.9.25 (TargetWindows04)?


Answers
What are best answers and total votes?
No Votes
Vote
SignIn to Vote
Koala Tutor
Jan 30, 2024
Koala Ai Support

The Nmap command line syntax for running an MS08-067 vulnerability scan against the IP address 100.20.9.25 (TargetWindows04) is:

```
nmap -p 139,445 --script smb-vuln-ms08-067.nse 100.20.9.25
```

This command scans for open ports 139 (NetBIOS) and 445 (SMB) on the target IP address and runs the "smb-vuln-ms08-067.nse" Nmap script to detect the MS08-067 vulnerability.

Koala Tutor Got a question with my answer?
Message Me