File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
modules/auxiliary/admin/upnp Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,15 @@ class Metasploit3 < Msf::Auxiliary
11
11
12
12
def initialize
13
13
super (
14
- 'Name' => 'UPnP AddPortMapping' ,
15
- 'Description' => 'UPnP AddPortMapping SOAP request' ,
16
- 'Author' => 'St0rn <[email protected] >' ,
14
+ 'Name' => 'UPnP IGD SOAP Port Mapping Utility' ,
15
+ 'Description' => 'Manage port mappings on UPnP IGD-capable device using the AddPortMapping and DeletePortMapping SOAP requests' ,
16
+ 'Author' =>
17
+ [
18
+ 'St0rn <fabien[at]anbu-pentest.com>' , # initial module
19
+ 'Jon Hart <jon_hart[at]rapid7.com>' # module cleanup and refactoring
20
+ ] ,
17
21
'License' => MSF_LICENSE ,
22
+ 'DefaultAction' => 'ADD' ,
18
23
'Actions' =>
19
24
[
20
25
[ 'ADD' ,
@@ -30,7 +35,6 @@ def initialize
30
35
}
31
36
]
32
37
] ,
33
- 'DefaultAction' => 'ADD'
34
38
)
35
39
36
40
register_options (
You can’t perform that action at this time.
0 commit comments