From 0de23a7edb9656643446f54080f8a97bb8027c93 Mon Sep 17 00:00:00 2001 From: smilingraccoon Date: Fri, 4 Jan 2013 21:16:56 -0500 Subject: [PATCH] fixed description --- .../auxiliary/scanner/http/wordpress_pingback_access.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/auxiliary/scanner/http/wordpress_pingback_access.rb b/modules/auxiliary/scanner/http/wordpress_pingback_access.rb index 603cae1bcb..1ea781b798 100644 --- a/modules/auxiliary/scanner/http/wordpress_pingback_access.rb +++ b/modules/auxiliary/scanner/http/wordpress_pingback_access.rb @@ -15,14 +15,15 @@ class Metasploit3 < Msf::Auxiliary super(update_info(info, 'Name' => 'Wordpress Pingback Port Scanner', 'Description' => %q{ - This module will perform a port scan using the Pingback API. - You can even scan the server itself or discover some hosts on - the internal network this server is part of. + This module will scan for wordpress sites with the Pingback + API enabled. By interfacing with the API an attacker can cause + the wordpress site to port scan an external target and return + results. Refer to the wordpress_pingback_portscanner module. }, 'Author' => [ - 'Brandon McCann "zeknox" ' , 'Thomas McCarthy "smilingraccoon" ', + 'Brandon McCann "zeknox" ' , 'FireFart', # Original PoC ], 'License' => MSF_LICENSE,