Store the Array, not human-readable version

[SeeRM #8389]
bug/bundler_fix
James Lee 2013-09-09 16:44:47 -05:00
parent ae659507d2
commit f73c18ccd9
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
)