Land #10627, Add SMB2 support to smb_enumshares

GSoC/Meterpreter_Web_Console
Brent Cook 2018-09-17 22:34:42 -05:00
commit 549440595f
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ class MetasploitModule < Msf::Auxiliary
@smb_redirect = info[1] @smb_redirect = info[1]
begin begin
connect connect(versions: [2,1])
smb_login smb_login
shares = smb_netshareenumall shares = smb_netshareenumall