Skip to content

Commit 1281265

Browse files
committed
Land rapid7#7054, Fix busted alpha encoding on ms02_018_htr
2 parents bca0d71 + 3850431 commit 1281265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/windows/iis/ms02_018_htr.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def initialize(info = {})
4949
['Windows NT 4.0 SP4', {'Platform' => 'win', 'Rets' => [ 593, 0x77f7635d ] }],
5050
['Windows NT 4.0 SP5', {'Platform' => 'win', 'Rets' => [ 589, 0x77f76385 ] }],
5151
],
52+
'DefaultOptions' => { 'AllowWin32SEH' => true }, # needed for pure alpha GetEIP stub
5253
'DisclosureDate' => 'Apr 10 2002',
5354
'DefaultTarget' => 0))
5455

0 commit comments

Comments
 (0)