File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
modules/post/windows/manage Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ class Metasploit3 < Msf::Post
12
12
13
13
def initialize ( info = { } )
14
14
super ( update_info ( info ,
15
- 'Name' => 'Windows Manage PortProxy Interface ' ,
15
+ 'Name' => 'Windows Manage Set Port Forwarding With PortProxy ' ,
16
16
'Description' => %q{
17
- This module uses the PortProxy interface from netsh to set up port forwarding
18
- persistently (even after reboot). PortProxy supports TCP IPv4 and IPv6 connections.
17
+ This module uses the PortProxy interface from netsh to set up
18
+ port forwarding persistently (even after reboot). PortProxy
19
+ supports TCP IPv4 and IPv6 connections.
19
20
} ,
20
21
'License' => MSF_LICENSE ,
21
22
'Author' => [ 'Borja Merino <bmerinofe[at]gmail.com>' ] ,
You can’t perform that action at this time.
0 commit comments