
August 27, 2020
Andres Roldan
Exploiting Vulnserver with ROP
This post will show how to create a complete, functional exploit creating a complex shellcode using ROP.

July 6, 2020
Andres Roldan
The devil is in the details
This post will show how use reverse engineering techniques and tools to find vulnerabilities on Vulnserver.

July 2, 2020
Andres Roldan
Sideloading exploiting
This post will show how to exploit the Vulnserver KSTET command loading the payload from an external source.

June 23, 2020
Andres Roldan
Bad chars everywhere
This post will show how to exploit the Vulnserver LTER command on where we will need to bypass bad chars restrictions.

June 17, 2020
Andres Roldan
Exploiting in stages
This post will show how to exploit the Vulnserver KSTET command using a socket reuse method.

June 16, 2020
Andres Roldan
Exceptions are good
This post will show how to exploit the Vulnserver GMON command using Structured Exception Handling (SEH) overwrite.

June 12, 2020
Andres Roldan
Every byte counts
In this post, we will use an alternative way of exploiting Vulnserver GTER command.

June 11, 2020
Andres Roldan
Hunting eggs
This post will describe the steps taken to exploit the Vulnserver GTER command, using a technique called 'Egghunting.'

June 10, 2020
Andres Roldan
From zero to shell
This post will describe the steps taken to exploit the Vulnserver TRUN command using a direct EIP overwrite strategy.