Fix up rev_http handler

unstable
RageLtMan 2012-07-01 10:46:13 -04:00
parent 12a6d67be4
commit 18e8285322
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ module ReverseHttp
[ [
OptString.new('LHOST', [ true, "The local listener hostname" ]), OptString.new('LHOST', [ true, "The local listener hostname" ]),
OptPort.new('LPORT', [ true, "The local listener port", 8443 ]) OptPort.new('LPORT', [ true, "The local listener port", 8443 ])
], Msf::Handler::ReverseHttps ], Msf::Handler::ReverseHttp)
register_advanced_options( register_advanced_options(
[ [