File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ def initialize(info = {})
15
15
super ( update_info ( info ,
16
16
'Name' => 'Wordpress Pingback Port Scanner' ,
17
17
'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.
21
22
} ,
22
23
'Author' =>
23
24
[
24
- 'Brandon McCann "zeknox" <bmccann[at]accuvant.com>' ,
25
25
'Thomas McCarthy "smilingraccoon" <smilingraccoon[at]gmail.com>' ,
26
+ 'Brandon McCann "zeknox" <bmccann[at]accuvant.com>' ,
26
27
'FireFart' , # Original PoC
27
28
] ,
28
29
'License' => MSF_LICENSE ,
You can’t perform that action at this time.
0 commit comments