Skip to content

Commit f457399

Browse files
Update modules/auxiliary/scanner/http/wordpress_pingback_access.rb
Changed name var in initialize
1 parent 9f69dbb commit f457399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/wordpress_pingback_access.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Auxiliary
1313

1414
def initialize(info = {})
1515
super(update_info(info,
16-
'Name' => 'Wordpress Pingback Port Scanner',
16+
'Name' => 'Wordpress Pingback Locator',
1717
'Description' => %q{
1818
This module will scan for wordpress sites with the Pingback
1919
API enabled. By interfacing with the API an attacker can cause
@@ -220,4 +220,4 @@ def run_host(ip)
220220
end
221221
end
222222
end
223-
end
223+
end

0 commit comments

Comments
 (0)