Lucene search
K

3386 matches found

seebug.org
seebug.org
added 2006/11/18 12:0 a.m.48 views

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...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2006/11/18 12:0 a.m.20 views

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...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2006/11/17 12:0 a.m.28 views

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...

7.4AI score
Exploits0
0day.today
0day.today
added 2006/11/17 12:0 a.m.22 views

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...

7AI score
Exploits0
Exploit DB
Exploit DB
added 2006/11/16 12:0 a.m.25 views

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...

7.4AI score
Exploits0
0day.today
0day.today
added 2006/11/16 12:0 a.m.26 views

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...

7AI score
Exploits0
seebug.org
seebug.org
added 2006/10/23 12:0 a.m.20 views

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...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2006/10/23 12:0 a.m.26 views

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 ...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2006/10/23 12:0 a.m.12 views

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 ...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2006/10/22 12:0 a.m.33 views

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...

0.4AI score
Exploits0
seebug.org
seebug.org
added 2006/08/07 12:0 a.m.35 views

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...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2006/07/26 12:0 a.m.8 views

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',...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2006/07/20 12:0 a.m.39 views

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...

7.4AI score
Exploits0
Packet Storm
Packet Storm
added 2006/07/15 12:0 a.m.20 views

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...

Exploits0
NVD
NVD
added 2006/07/07 12:5 a.m.22 views

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...

5CVSS6.5AI score0.01625EPSS
Exploits0References4
OSV
OSV
added 2006/07/07 12:5 a.m.2 views

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...

5CVSS6.7AI score0.01625EPSS
Exploits0References1
Cvelist
Cvelist
added 2006/07/07 12:0 a.m.23 views

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...

6.5AI score0.01625EPSS
Exploits0References4
Exploit DB
Exploit DB
added 2006/07/04 12:0 a.m.30 views

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...

Exploits0
Exploit DB
Exploit DB
added 2006/05/23 12:0 a.m.37 views

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...

7.4AI score
Exploits0
0day.today
0day.today
added 2006/05/14 12:0 a.m.17 views

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...

7AI score
Exploits0
Rows per page
Query Builder