· Manuel López Pérez · tutoriales  · 1 min read

OSCP Preparation: Windows Buffer Overflow - Writeup by Brainpain (Vulnhub)

Video write-up by Brainpan (Vulnhub) focused on practising buffer overflow in Windows for OSCP using Mona.

Video write-up by Brainpan (Vulnhub) focused on practising buffer overflow in Windows for OSCP using Mona.

OSCP: Windows Buffer Overflow - Writeup de Brainpain (Vulnhub)Hello, a few days ago a reader asked me to upload the write-up of Brainpan (Vulnhub) A machine that can be used for the preparation of the OSCP BoF, this time we will use Mona. I recommend you read the first part: https://ironhackers.es/tutoriales/preparacion-oscp-windows-buffer-overflow/

Video

https://youtu.be/RmpNQQwhDms
Back to Blog

Related Posts

View All Posts »
PWN - ROP: bypass NX, ASLR, PIE y Canary

PWN - ROP: bypass NX, ASLR, PIE y Canary

Write-up práctico de un ELF 64-bit con format string y buffer overflow para filtrar (leaks) de libc/PIE/canary y construir un ROP que bypassa NX, ASLR, PIE y stack canary.