Skip to content

Commit 4481337

Browse files
committed
Better name, description and author
1 parent 8665134 commit 4481337

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

modules/auxiliary/admin/upnp/soap_portmapping.rb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ class Metasploit3 < Msf::Auxiliary
1111

1212
def initialize
1313
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+
],
1721
'License' => MSF_LICENSE,
22+
'DefaultAction' => 'ADD',
1823
'Actions' =>
1924
[
2025
[ 'ADD',
@@ -30,7 +35,6 @@ def initialize
3035
}
3136
]
3237
],
33-
'DefaultAction' => 'ADD'
3438
)
3539

3640
register_options(

0 commit comments

Comments
 (0)