Is there any equivalent Metasploit Script that can generate the following output #16234
Answered
by
bcoles
flamecopper
asked this question in
Q&A
-
https://nmap.org/nsedoc/scripts/smb2-security-mode.html |
Beta Was this translation helpful? Give feedback.
Answered by
bcoles
Feb 27, 2022
Replies: 1 comment
-
The metasploit-framework/modules/auxiliary/scanner/smb/smb_version.rb Lines 195 to 213 in f3228b4 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flamecopper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
.metasploit-framework/modules/auxiliary/scanner/smb/smb_version.rb
Lines 195 to 213 in f3228b4