Fix the comment
parent
fffbb4106f
commit
137c2e214e
|
@ -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
|
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_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 due wordpress limitation
|
||||||
passwords.each_slice(1500) do |pass_group|
|
passwords.each_slice(1500) do |pass_group|
|
||||||
|
|
||||||
document = Nokogiri::XML::Builder.new do |xml|
|
document = Nokogiri::XML::Builder.new do |xml|
|
||||||
|
@ -98,7 +98,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
xml_payloads
|
xml_payloads
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check target status
|
# Check target status
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue