Skip to content

Commit 3e7e9ae

Browse files
committed
Keep default behavior for modules forcing Msf::Encoder::Type::AlphanumMixed
1 parent a543d95 commit 3e7e9ae

File tree

10 files changed

+22
-0
lines changed

10 files changed

+22
-0
lines changed

modules/exploits/windows/browser/orbit_connecting.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def initialize(info = {})
2929
'DefaultOptions' =>
3030
{
3131
'EXITFUNC' => 'process',
32+
'AllowWin32SEH' => true
3233
},
3334
'Payload' =>
3435
{

modules/exploits/windows/fileformat/cain_abel_4918_rdp.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ def initialize(info = {})
3434
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
3535
'StackAdjustment' => -3500,
3636
},
37+
'DefaultOptions' =>
38+
{
39+
'AllowWin32SEH' => true
40+
},
3741
'Platform' => 'win',
3842
'Targets' =>
3943
[

modules/exploits/windows/fileformat/destinymediaplayer16.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ def initialize(info = {})
3333
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
3434
'StackAdjustment' => -3500,
3535
},
36+
'DefaultOptions' =>
37+
{
38+
'AllowWin32SEH' => true
39+
},
3640
'Platform' => 'win',
3741
'Targets' =>
3842
[

modules/exploits/windows/fileformat/ezip_wizard_bof.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ def initialize(info = {})
4747
{
4848
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
4949
},
50+
'DefaultOptions' =>
51+
{
52+
'AllowWin32SEH' => true
53+
},
5054
'Targets' =>
5155
[
5256
['Windows Universal', { 'Offset' => 58, 'Ret' => 0x10020710 }],

modules/exploits/windows/fileformat/ht_mp3player_ht3_bof.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def initialize(info = {})
3939
'DefaultOptions' =>
4040
{
4141
'EXITFUNC' => 'process',
42+
'AllowWin32SEH' => true
4243
},
4344
'Payload' =>
4445
{

modules/exploits/windows/fileformat/zinfaudioplayer221_pls.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ def initialize(info = {})
3737
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
3838
'StackAdjustment' => -3500,
3939
},
40+
'DefaultOptions' =>
41+
{
42+
'AllowWin32SEH' => true
43+
},
4044
'Platform' => 'win',
4145
'Targets' =>
4246
[

modules/exploits/windows/http/amlibweb_webquerydll_app.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def initialize(info = {})
3737
'DefaultOptions' =>
3838
{
3939
'EXITFUNC' => 'thread',
40+
'AllowWin32SEH' => true
4041
},
4142
'Payload' =>
4243
{

modules/exploits/windows/misc/poppeeper_date.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module is based off of krakowlabs code.
3030
'DefaultOptions' =>
3131
{
3232
'EXITFUNC' => 'process',
33+
'AllowWin32SEH' => true
3334
},
3435
'Payload' =>
3536
{

modules/exploits/windows/misc/poppeeper_uidl.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module is based off of krakowlabs code.
3030
'DefaultOptions' =>
3131
{
3232
'EXITFUNC' => 'process',
33+
'AllowWin32SEH' => true
3334
},
3435
'Payload' =>
3536
{

modules/exploits/windows/proxy/qbik_wingate_wwwproxy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def initialize(info = {})
3030
'DefaultOptions' =>
3131
{
3232
'EXITFUNC' => 'process',
33+
'AllowWin32SEH' => true
3334
},
3435
'Payload' =>
3536
{

0 commit comments

Comments
 (0)