What is this post about? This is an old post from around 2013 that I have updated. It is an attempt at using Ruby to […]
Blogs
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_reverse_tcp)
What is this post about? Analysis of the shell_reverse_tcp shellcode found as a module in Metasploit. Payload: linux/x86/shell_reverse_tcp Description: Connect back to attacker and spawn […]
Metasploit Shellcode Analysis (shell_bind_tcp)
What is this post about? Analysis of the shell_tcp_bind shellcode found as a module in Metasploit. Payload: linux/x86/shell_bind_tcp Description: Listen for a connection over IPv4 […]
Reverse Bind Shell x64
What is this post about? In learning 64 bit assembly language under Linux, I thought I would convert some of the 32 bit code I […]
Reverse Bind Shell x86
What is this post about? A Linux x86 assembly language program to enable a reverse tcp connection to bind to a shell on a remote […]
Bind Shell x64
What is this post about? In learning 64 bit assembly language under Linux, I thought I would convert some of the 32 bit code I […]
Bind Shell x86
What is this post about? A Linux x86 assembly language program to enable a tcp connection to bind to a shell on a compromised host. […]