Switch from int to string, no reason not to
git-svn-id: file:///home/svn/framework3/trunk@8993 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
@@ -39,7 +39,7 @@ module ReverseHttps
|
||||
[
|
||||
OptString.new('LHOST', [ true, "The local listener hostname" ]),
|
||||
OptPort.new('LPORT', [ true, "The local listener port", 8443 ]),
|
||||
OptInt.new('TARGETID', [ false, "The ID number of this specific instance", rand(1_000_000)]),
|
||||
OptString.new('TARGETID', [ false, "The ID number of this specific instance (8 bytes max)", rand(1_000_000)]),
|
||||
], Msf::Handler::ReverseHttps)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user