Skip to content

Is there any equivalent Metasploit Script that can generate the following output #16234

Answered by bcoles
flamecopper asked this question in Q&A
Discussion options

You must be logged in to vote

The auxiliary/scanner/smb/smb_version module performs some fingerpinting and feature detection. This includes a check for SMB signing. If message signing is disabled the module should output (signatures:optional).

if simple.client.peer_require_signing
desc << ' (signatures:required)'
else
desc << ' (signatures:optional)'
report_vuln({
host: ip,
port: rport,
proto: 'tcp',
name: 'SMB Signing Is Not Required',
refs: [
SiteReference.new('URL', 'https://support.microsoft.com/en-us/help/161372/how-to-enable-smb-signing-in-windows-nt'),
S…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by flamecopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants