Size tweaks to bring the ssl stager + encoder + target_id to exactly 400 bytes

git-svn-id: file:///home/svn/framework3/trunk@8998 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore
2010-04-03 07:48:53 +00:00
parent e4a17dd0ca
commit c8defe9716
4 changed files with 56 additions and 53 deletions
+1 -1
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 of this specific payload instance", Rex::Text.rand_text_alphanumeric(8)]),
OptString.new('TARGETID', [ false, "The ID of this specific payload instance (4 bytes max)", Rex::Text.rand_text_alphanumeric(4)]),
], Msf::Handler::ReverseHttps)
end