Skip to content

Commit 3850431

Browse files
committed
Fix busted alpha encoding on this old-ass exploit
1 parent afbeb2b commit 3850431

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)