Creative Commons and Security Training

I’ve found a very nice website called Open Security Training where you can get free training material on a wide variety of topics, starting from basic x86 assembler and reaching up to exploitation/reverse engineering, network forensics and other yummy topics :) The course materials are mostly under a Creative Commons license, which means that you can even create your own course materials based on them, as long as you contribute your stuff back to the public community. Sounds like a fair deal, right? I’ll start with the x86 basics course as a warmup exercise. Maybe I’ll blog about it too. Have a nice weekend!

Exploit Exercises – Protostar Stack 3

The Stack 3 exercise is similar to Stack 2, but in this case we need to perform a quick analysis of the targeted binary. Also, this level offers the chance to see how function pointers in C get translated to machine instructions. A look at the assembler code of the main function provides some insight into that. Read on if you want the solution to Protostar Stack 3.

Continue reading