SLAE – Assignment #5: Metasploit Shellcode Analysis
voidsec2022-01-14T09:08:32+01:00Assignment #5: Metasploit Shellcode Analysis
Fifth SLAE’s assignment requires to dissect and analyse three different Linux x86 Metasploit Payload.
Metasploit currently has 35 different payloads but almost half of it are Meterpreter version, thus meaning staged payloads. I’ve then decided to skip meterpreter payloads as they involve multiple stages and higher complexity that will break libemu graph generation (which I find very useful to better explain shellcode’s operations).
In this blog we are going to analyse the following shellcodes:
linux/x86/shell_find_tag
linux/x86/shell_find_port
linux/x86/shell/bind_nonx_tcp
As always,...