Fix the comment

bug/bundler_fix
KINGSABRI 2015-11-11 02:06:49 +03:00
commit 57cf535ec6
2 changed files with 2 additions and 3 deletions

View File

View File

@ -56,8 +56,8 @@ class Metasploit3 < Msf::Auxiliary
vprint_warning('Generating XMLs may take a while depends on the list file(s) size.') if passwords.size > 1500
xml_payloads = [] # Container for all generated XMLs
xml = ""
# Evil XML | Limit number of log-ins to 1700/request for wordpress limitation
# Evil XML | Limit number of log-ins to 1500/request for wordpress limitation
passwords.each_slice(1500) do |pass_group|
document = Nokogiri::XML::Builder.new do |xml|
@ -98,7 +98,6 @@ class Metasploit3 < Msf::Auxiliary
xml_payloads
end
#
# Check target status
#