From 137c2e214e909ea57695c89dcc0121409aad0d61 Mon Sep 17 00:00:00 2001 From: KINGSABRI Date: Wed, 11 Nov 2015 02:01:01 +0300 Subject: [PATCH] Fix the comment --- modules/auxiliary/gather/ip2location.rb | 0 .../scanner/http/wordpress_xmlrpc_massive_bruteforce.rb | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 modules/auxiliary/gather/ip2location.rb 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..3de13ae301 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 due 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 #