SLAE32 – Assignment #2 – Reverse TCP Shell

This blog post has been created for completing the requirements of the SecurityTube Linux Assembly Expert certificationhttp://securitytube-training.com/onlinecourses/securitytube-linux-assembly-expert/Student ID: PA-27669 The code and scripts for this assignment can be found on github The goal of this assignment is to create a reverse TCP shellcode. The shellcode will connect to a specific IP address on a given…More

SLAE32 – Assignment #1 – TCP Bind Shell

This blog post has been created for completing the requirements of the SecurityTube Linux Assembly Expert certificationhttp://securitytube-training.com/onlinecourses/securitytube-linux-assembly-expert/Student ID: PA-27669 The code and scripts for this assignment can be found on github The goal of this assignment is to create a TCP Bind Shell shellcode. The shellcode will bind on a given port, waiting for clients…More