Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.08 KB

Buffer_Overflow_Prep.md

File metadata and controls

38 lines (18 loc) · 1.08 KB

TRYHACKME OVERFLOW 2

It's Windows 7 32 bits

fuzzer.py:

image

python3 fuzzer.py:

image

Crash at 700 bytes

I recomend use 300 bytes more to next step 700+300=1000

image

exploit.py:

image

I put output from 1000 bytes in payload variable of exploit.py file.

I run exploit

image

I copy EIP:

image

msf-pattern_offset -l 1000 -q 76413176

image