Payload: linux/x86/shell_reverse_tcp Description: Connect back to attacker and spawn a command shell Initial disassembly of payload: Using metasploit to provide the payload for analysis the…
Metasploit Shellcode Analysis (shell_find_port)
Payload: linux/x86/shell_find_port Description: Spawn a shell on an established connection Initial disassembly of payload: Using metasploit to provide the payload for analysis the following will…
Metasploit Shellcode Analysis (shell_bind_tcp)
Payload: linux/x86/shell_bind_tcp Description: Listen for a connection over IPv4 and spawn a command shell Initial disassembly of payload: Using metasploit to provide the payload for…
Egghunter Shellcode
A Linux x86 assembly language program that enables a the user to perform a two stage operation from within a process. The first stage is…
Reverse TCP Bind Shell 64 bit
In learning 64 bit assembly language under Linux, I thought I would convert some of the 32 bit code I have already in my repo….
Reverse TCP Bind Shellcode
A Linux x86 assembly language program to enable a reverse tcp connection to bind to a shell on a remote host. In a reverse connection…
TCP Bind Shell 64bit
In learning 64 bit assembly language under Linux, I thought I would convert some of the 32 bit code I have already in my repo….
TCP Bind Shellcode
A Linux x86 assembly language program to enable a tcp connection to bind to a shell on a compromised host. The compromised system will open…