We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5699051 commit e026a8cCopy full SHA for e026a8c
lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb
@@ -58,7 +58,7 @@ def cleanup
58
'-r' => [true, 'Forward: remote host to connect to.'],
59
'-p' => [true, 'Forward: remote port to connect to. Reverse: remote port to listen on.'],
60
'-R' => [false, 'Indicates a reverse port forward.'],
61
- '-L' => [true, 'Forward: local host to listen on (optional). Remote: local host to connect to.'])
+ '-L' => [true, 'Forward: local host to listen on (optional). Reverse: local host to connect to.'])
62
63
#
64
# Options for the netstat command.
0 commit comments