Sheep Shellcode

The hackery blog of Vincent Moscatello.

Tutorials

Virtual Machine Tutorial

This tutorial talks about how to import an appliance in virtualbox. The original ova are only available locally but Offensive Security does make kali images for vmware available online. You can download them here: https://www.offensive-security.com/kali-linux-vmware-arm-image-download/

Vmware workstation is availble to most uf engineering/computer-science students for free from onthehub.

Published Documents: RED Team Module 0


Binary Patching Tutorial

In this tutorial I talk about patching binaries on x86. I go through how to use the hex editor hte and the general structure of a program in a file.

Published Documents: RED Team Module 0

Video Tutorial: Patching Binaries Video


Buffer Overflow Tutorial

In this tutorial I introduce the basics of how memory is organized on x86 and how to manipulate eip through buffer overflow exploits.

Published Documents: RED Team Module 1


Advanced Buffer Overflow/Msfvenom Tutorial

This tutorial touches on a few more advanced topics of buffer overflow exploits like how to predict the size of a buffer using pattern_create.rb and an easy method for generating shellcode for the target process.

Published Documents: RED Team Module 2