Lucene search
+L

10226 matches found

seebug.org
seebug.org
added 2005/11/30 12:00 a.m.23 views

netbsd/x86 callback shellcode (port 6666) 83 bytes

No description provided by source. / minervini at neuralnoise dot com c 2005 NetBSD/i386 2.0, callback shellcode port 6666; / include sys/types.h include stdio.h include string.h char scode = "\x31\xc0" // xor %eax,%eax "\x31\xc9" // xor %ecx,%ecx "\x50" // push %eax "\x40" // inc %eax "\x50" //...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2005/11/30 12:00 a.m.42 views

QNX RTOS 6.3.0 (x86) - 'phgrafx' Local Buffer Overflow

/ [email protected] c 2005, all rights reserved. sample exploit for phgrafx on QNX 6.3.0 x86 tested on: QNX qnx 6.3.0 2004/04/29-21:23:19UTC x86pc x86 / include include include include include include ifndef PATH define PATH "/usr/photon/bin/phgrafx" endif ifndef RETINIT define RETINIT 86...

4.6CVSS5.8AI score0.01195EPSS
SaveExploits2
securityvulns
securityvulns
added 2005/11/15 12:00 a.m.35 views

[SA17554] Sun Solaris in.iked ISAKMP IKE Message Processing Denial of Service

TITLE: Sun Solaris in.iked ISAKMP IKE Message Processing Denial of Service SECUNIA ADVISORY ID: SA17554 VERIFY ADVISORY: http://secunia.com/advisories/17554/ CRITICAL: Moderately critical IMPACT: DoS WHERE: From remote OPERATING SYSTEM: Sun Solaris 10 http://secunia.com/product/4813/ Sun Solaris ...

0.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2005/11/15 12:00 a.m.57 views

linux/PPC/x86 execve"/bin/sh",{"/bin/sh",NULL},NULL 99 bytes

linux/PPC/x86 execve"/bin/sh","/bin/sh",NULL,NULL 99 bytes. Shellcode exploits for multiple platform / - dual-linux.c - by [email protected] ripped from [email protected] ^-- much , rjohnson, Kaliman, capsyl, salvia, amnesia, arcanum, eazyass, loophole, my family and so any others...

SaveExploits0
zdt
zdt
added 2005/11/15 12:00 a.m.44 views

linux/PPC/x86 execve("/bin/sh",{"/bin/sh",NULL},NULL) 99 bytes

Exploit for multiple platform in category shellcode ============================================================== linux/PPC/x86 execve"/bin/sh","/bin/sh",NULL,NULL 99 bytes ============================================================== / - dual-linux.c - by email protected ripped from...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2005/11/15 12:00 a.m.45 views

linux/PPC/x86 execve(""/bin/sh"" {""/bin/sh"" NULL} NULL) 99 bytes

No description provided by source. / - dual-linux.c - by [email protected] ripped from [email protected] ^-- much 3 brotha ; execve"/bin/sh","/bin/sh",NULL,NULL shellcode for linux both the ppc and x86 version. I thought about adding mipsel but I don't feel up to it at the moment. In fact I fee...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2005/11/13 12:00 a.m.36 views

os-x/PPC/x86 execve"/bin/sh",{"/bin/sh",NULL},NULL 121 bytes

os-x/PPC/x86 execve"/bin/sh","/bin/sh",NULL,NULL 121 bytes. Shellcode exploits for multiple platform / - dual.c - by [email protected] execve"/bin/sh","/bin/sh",NULL,NULL shellcode for osx both the ppc and x86 version. Sample output: -nemo@squee:/shellcode$ file dual-ppc dual-ppc: Mach-O...

7.4AI score
SaveExploits0
seebug.org
seebug.org
added 2005/11/13 12:00 a.m.255 views

os-x/PPC/x86 execve(""/bin/sh"" {""/bin/sh"" NULL} NULL) 121 bytes

No description provided by source. / - dual.c - by [email protected] execve"/bin/sh","/bin/sh",NULL,NULL shellcode for osx both the ppc and x86 version. Sample output: -nemo@squee:/shellcode$ file dual-ppc dual-ppc: Mach-O executable ppc -nemo@squee:/shellcode$ ./dual-ppc sh-2.05b$ exit...

7.1AI score
SaveExploits0
zdt
zdt
added 2005/11/13 12:00 a.m.32 views

os-x/PPC/x86 execve("/bin/sh",{"/bin/sh",NULL},NULL) 121 bytes

Exploit for multiple platform in category shellcode ============================================================== os-x/PPC/x86 execve"/bin/sh","/bin/sh",NULL,NULL 121 bytes ============================================================== / - dual.c - by email protected...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2005/11/09 12:00 a.m.38 views

linux/x86 ifreadfd,buf,512<=2 _exit1 else buf; 29 bytes

linux/x86 ifreadfd,buf,512 I made this as a chunk you can paste in to make modular remote exploits. I use it as a first stage payload when I desire to follow up with a real large payload of goodness. This actually is a bit larger than necessary because of the error checking but in some cases...

0.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2005/11/09 12:00 a.m.42 views

linux/x86 dup20,0; dup20,1; dup20,2; 15 bytes

linux/x86 dup20,0; dup20,1; dup20,2; 15 bytes. Shellcode exploit for linx86 platform / dup2loop-core.c by Charles Stevenson I made this as a chunk you can paste in to make modular remote exploits. I usually combine this with an execve as the second stage of a read jmp %esp / char hellcode = /...

0.1AI score
SaveExploits0
zdt
zdt
added 2005/11/09 12:00 a.m.44 views

linux/x86 if(read(fd,buf,512)<=2) _exit(1) else buf(); 29 bytes

Exploit for linux/x86 platform in category shellcode =============================================================== linux/x86 ifreadfd,buf,512 I made this as a chunk you can paste in to make modular remote exploits. I use it as a first stage payload when I desire to follow up with a real large...

7AI score
SaveExploits0
zdt
zdt
added 2005/11/09 12:00 a.m.29 views

linux/x86 _exit(1); 7 bytes

Exploit for linux/x86 platform in category shellcode =========================== linux/x86 exit1; 7 bytes =========================== / exit-core.c by Charles Stevenson I made this as a chunk you can paste in to make modular remote exploits. I use it when I need a process to exit cleanly. / char...

7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2005/11/09 12:00 a.m.41 views

linux/x86 write0,"Hello core!\n",12; with optional 7 byte exit 36 bytes

linux/x86 write0,"Hello core!",12; w/optional 7 byte exit 36 bytes. Shellcode exploit for linx86 platform / writehello-core.c by Charles Stevenson I made this as a chunk you can paste in to make modular remote exploits. I use it to see if my dup2loop worked. If you don't get "Hello core!\n" back...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2005/11/09 12:00 a.m.32 views

linux/x86 read0,buf,2541; chmodbuf,4755; 23 bytes

linux/x86 read0,buf,2541; chmodbuf,4755; 23 bytes. Shellcode exploit for linx86 platform / readnchmod-core.c by Charles Stevenson Example of strace output if you pass in "/bin/sh\x00" read0, "/bin/sh\0", 2541 = 8 chmod"/bin/sh", 04755 = 0 Any file path can be given. For example: /tmp/.sneakyguy T...

SaveExploits0
zdt
zdt
added 2005/11/09 12:00 a.m.35 views

linux/x86 write(0,"Hello core! ",12); (w/optional 7 byte exit) 36 bytes

Exploit for linux/x86 platform in category shellcode ======================================================================== linux/x86 write0,"Hello core!\n",12; w/optional 7 byte exit 36 bytes ======================================================================== / writehello-core.c by Charle...

7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2005/11/09 12:00 a.m.52 views

linux/x86 _exit1; 7 bytes

linux/x86 exit1; 7 bytes. Shellcode exploit for linx86 platform / exit-core.c by Charles Stevenson I made this as a chunk you can paste in to make modular remote exploits. I use it when I need a process to exit cleanly. / char hellcode = / exit1; linux/x86 by core / // 7 bytes exit1 ... 'cause...

SaveExploits0
zdt
zdt
added 2005/11/09 12:00 a.m.28 views

linux/x86 dup2(0,0); dup2(0,1); dup2(0,2); 15 bytes

Exploit for linux/x86 platform in category shellcode =================================================== linux/x86 dup20,0; dup20,1; dup20,2; 15 bytes =================================================== / dup2loop-core.c by Charles Stevenson I made this as a chunk you can paste in to make modular...

7AI score
SaveExploits0
zdt
zdt
added 2005/11/04 12:00 a.m.51 views

linux/x86 snoop /dev/dsp shellcode 172 bytes

Exploit for linux/x86 platform in category shellcode ============================================ linux/x86 snoop /dev/dsp shellcode 172 bytes ============================================ / Placed the listener here http://www.milw0rm.com/down.php?id=1293 /str0ke / / hey folks, this is snoopshell,...

7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2005/10/27 3:09 p.m.63 views

Important: Red Hat Security Advisory: kernel security update

Updated kernel packages that fix several security issues and a page attribute mapping bug are now available for Red Hat Enterprise Linux 4. This update has been rated as having important security impact by the Red Hat Security Response Team. The Linux kernel handles the basic functions of the...

5CVSS5.8AI score0.03542EPSS
SaveExploits1References115
Rows per page
Query Builder