1.發現開放smb協議的windows系統, --script=smb-os-discovery.nse
nmap --script smb-os-discovery -p 445 192.168.1.1/24 OS: Windows 10 Home China 10586 (Windows 10 Home China 6.3)
2.掃描windows系統smb協議是否有漏洞由於從NMAP 6.49beta6開始,smb-check-vulns.
資安領域深似海,弱點掃描通常是由資安人員或廠商執行,
|
Sudo nmap –sS xx.xxx.xx.xx | grep open | cat >>results.txt
## to list all lines include "open"
In this video we will identify computers affected by the MS17-010 vulnerability.
We will use the NMAP utility for scanning.
======================================================
Scanning with NMAP command example: nmap -v -p445 --script smb-vuln-ms17-010 192.168.254.0/24
======================================================
留言
發佈留言