Skip to content

Commit dcd5448

Browse files
author
jvazquez-r7
committed
Land rapid7#1771, @wchen-r7's fix for ppr address on badblue_passthru
2 parents d868aee + f3f60f3 commit dcd5448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/badblue_passthru.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def initialize(info = {})
5050
[
5151
# This is the version being distributed on badblue.com as of Jul 7th 2010
5252
[ 'BadBlue EE 2.7 Universal', { 'Ret' => 0x10033f44 } ], # pop/pop/ret in ext.dll v1.0.0.1 (06a6dc81924ba94bfbbd00902d054db2)
53-
[ 'BadBlue 2.72b Universal', { 'Ret' => 0x1003f2f3 } ] # pop/pop/ret from ??
53+
[ 'BadBlue 2.72b Universal', { 'Ret' => 0x10033f44 } ] # pop/pop/ret from ext.dll v1.0.0.1
5454
],
5555
'DefaultTarget' => 0,
5656
'DisclosureDate' => 'Dec 10 2007'))

0 commit comments

Comments
 (0)