/dev/random - Connecting WinDbg on Two Windows 10 VMs on a Linux Host

I am at a point in my research/training where I am needing to start getting very comfortable with WinDbg, and since on my home machine I currently am running Ubuntu Linux as my daily driver this is how I got it all working ...

[Read More]

Retro Exploit Series - VulnServer GMON via SEH

This is going to be part one of an on going series I am calling the Retro Exploit Series ... and Episode One will be covering everyone's favorite vulnerable server ... VulnServer!

[Read More]

SecurityTube Linux Assembly Expert x86_64 (SLAE64) Certified

I was officially certified in the SecurityTube Linux Assembly Expert x86_64 (SLAE64) on March 14, 2019...

[Read More]

Creating a Custom Crypter in Linux/x86_64

Assignment seven of of the SLAE64 has us creating an Linux/x86_64 custom crypter for our shellcode...

[Read More]

Polymorphic Conversion of Linux/x64 Shellcode Part Three of Three - Linux/x86_64 reboot(POWER_OFF)

Part three of assignment six of the SLAE64 has us performing our third and final polymorphic transformation on the Linux/x64 shellcode taken from shell-storm.org, Linux/x86_64 reboot(POWER_OFF)...

[Read More]

Polymorphic Conversion of Linux/x64 Shellcode Part Two of Three - execve("/bin/sh")

Part two of assignment six of the SLAE64 has us performing our second polymorphic transformation on the Linux/x64 shellcode taken from shell-storm.org, execve("/bin/sh")...

[Read More]

Polymorphic Conversion of Linux/x64 Shellcode Part One of Three - sethostname() & killall

Part one of assignment six of the SLAE64 has us performing our first polymorphic transformation on the Linux/x64 shellcode taken from shell-storm.org, sethostname() & killall...

[Read More]

Analysis of Shellcode Part Three of Three - linux/x64/exec

Assignment five of the SLAE64 we were asked to perform a thorough analysis of three separate Linux/x64 shellcode payloads of our choosing using gdb, this is part three of three, linux/x64/exec ...

[Read More]

Analysis of Shellcode Part Two of Three - linux/x64/shell_bind_tcp_random_port

Assignment five of the SLAE64 we were asked to perform a thorough analysis of three separate Linux/x64 shellcode payloads of our choosing using gdb, this is part two of three, linux/x64/shell_bind_tcp_random_port ...

[Read More]

Analysis of Shellcode Part One of Three - linux/x64/shell_bind_tcp

Assignment five of the SLAE64 we were asked to perform a thorough analysis of three separate Linux/x64 shellcode payloads of our choosing using gdb, this is part one of three, linux/x64/shell_bind_tcp ...

[Read More]