bug/bundler_fix
Stuart Morgan 2015-12-18 12:14:22 +00:00
parent 91c8c2b9dd
commit 0a75fa333c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Metasploit3 < Msf::Post
1.upto(threadcount) do
group_gather << framework.threads.spawn("Module(#{self.refname})", false, remaining_groups.shift) do |individual_group|
begin
# Get the Group RID
group_sid, group_rid = sid_hex_to_string(individual_group[1][:value])