Skip to content

Commit 3a2a2a9

Browse files
author
jvazquez-r7
committed
Beautify metadata
1 parent c31a233 commit 3a2a2a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/post/windows/manage/portproxy.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ class Metasploit3 < Msf::Post
1212

1313
def initialize(info={})
1414
super( update_info( info,
15-
'Name' => 'Windows Manage PortProxy Interface',
15+
'Name' => 'Windows Manage Set Port Forwarding With PortProxy',
1616
'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.
1920
},
2021
'License' => MSF_LICENSE,
2122
'Author' => [ 'Borja Merino <bmerinofe[at]gmail.com>'],

0 commit comments

Comments
 (0)