Skip to content

Commit e026a8c

Browse files
committed
Fix typo (s/Remote/Reverse/) in portfwd -L
Found by ThePortWhisperer on IRC.
1 parent 5699051 commit e026a8c

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def cleanup
5858
'-r' => [true, 'Forward: remote host to connect to.'],
5959
'-p' => [true, 'Forward: remote port to connect to. Reverse: remote port to listen on.'],
6060
'-R' => [false, 'Indicates a reverse port forward.'],
61-
'-L' => [true, 'Forward: local host to listen on (optional). Remote: local host to connect to.'])
61+
'-L' => [true, 'Forward: local host to listen on (optional). Reverse: local host to connect to.'])
6262

6363
#
6464
# Options for the netstat command.

0 commit comments

Comments
 (0)