Land #2342, fix for smb_enumshares Array-ness

bug/bundler_fix
Tod Beardsley 2013-09-09 16:55:01 -05:00
commit 93c0b02b3b
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ class Metasploit3 < Msf::Auxiliary
:proto => 'tcp',
:port => rport,
:type => 'smb.shares',
:data => { :shares => shares.inspect },
:data => { :shares => shares },
:update => :unique_data
)