Skip to content

Commit 0de23a7

Browse files
fixed description
1 parent e35afdc commit 0de23a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/auxiliary/scanner/http/wordpress_pingback_access.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ def initialize(info = {})
1515
super(update_info(info,
1616
'Name' => 'Wordpress Pingback Port Scanner',
1717
'Description' => %q{
18-
This module will perform a port scan using the Pingback API.
19-
You can even scan the server itself or discover some hosts on
20-
the internal network this server is part of.
18+
This module will scan for wordpress sites with the Pingback
19+
API enabled. By interfacing with the API an attacker can cause
20+
the wordpress site to port scan an external target and return
21+
results. Refer to the wordpress_pingback_portscanner module.
2122
},
2223
'Author' =>
2324
[
24-
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>' ,
2525
'Thomas McCarthy "smilingraccoon" <smilingraccoon[at]gmail.com>',
26+
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>' ,
2627
'FireFart', # Original PoC
2728
],
2829
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)