diff --git a/modules/auxiliary/gather/ip2location.rb b/modules/auxiliary/gather/ip2location.rb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/modules/auxiliary/scanner/http/wordpress_xmlrpc_massive_bruteforce.rb b/modules/auxiliary/scanner/http/wordpress_xmlrpc_massive_bruteforce.rb index 367878cbe2..73ab220bd7 100644 --- a/modules/auxiliary/scanner/http/wordpress_xmlrpc_massive_bruteforce.rb +++ b/modules/auxiliary/scanner/http/wordpress_xmlrpc_massive_bruteforce.rb @@ -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 #