Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/smb/smb1.md
Views: 11784
Description
This module scans for hosts that support the SMBv1 protocol. It works by sending an SMB_COM_NEGOTATE request to each host specified in RHOSTS and claims that it only supports the following SMB dialects:
If the SMB server has SMBv1 enabled it will respond to the request with a dialect selected. If the SMB server does not support SMBv1 a RST will be sent.
Usage
The following is an example of its usage, where x.x.x.x allows SMBv1 and y.y.y.y does not.
A host that does support SMBv1.
A host that does not support SMBv1
Options
The only option is RHOSTS, which can be specified as a single IP, hostname, or an IP range in CIDR notation or range notation. It can also be set using hosts from the database using hosts -R
.