Posts

Showing posts from August, 2020

OSCP Buffer Overflow Practice

Image
What is Buffer Overflow?     A buffer overflow occurs when data written to a buffer also corrupts data values in memory addresses adjacent to the destination buffer due to insufficient bounds checking. This can occur when copying data from one buffer to another without first checking that the data fits within the destination buffer.  I am learning buffer overflow and I just screen record my buffer overflow practice and shared with you. It might help you as well.  Try Harder!!!   Part 1       Part 2