Revert - sort out a bug

git-svn-id: file:///home/svn/framework3/trunk@8994 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-04-03 06:14:10 +00:00
parent 84e30cd71e
commit e98af96779
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module ReverseHttps
[
OptString.new('LHOST', [ true, "The local listener hostname" ]),
OptPort.new('LPORT', [ true, "The local listener port", 8443 ]),
OptString.new('TARGETID', [ false, "The ID number of this specific instance (8 bytes max)", rand(1_000_000)]),
OptInt.new('TARGETID', [ false, "The ID number of this specific instance", rand(1_000_000)]),
], Msf::Handler::ReverseHttps)
end