Lucene search
K

7259 matches found

seebug.org
seebug.org
added 2007/12/20 12:0 a.m.18 views

linux/ppc execve /bin/sh 60 bytes

No description provided by source. / execve-core.c by Charles Stevenson [email protected] / char hellcode = / execve /bin/sh linux/ppc by core / // Sometimes you can comment out the next line if space is needed "\x7c\x3f\x0b\x78" /mr r31,r1/ "\x7c\xa5\x2a\x79" /xor. r5,r5,r5/ "\x42\x40\xff\xf9"...

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

MS Windows (DCOM RPC2) Universal Shellcode

No description provided by source. ; Segment type: Pure code ;seg000 segment byte public 'CODE' use32 ; assume cs:seg000 ; assume es:nothing, ss:nothing, ds:nothing, fs:nothing, gs:nothing .386 assume cs:seg000 var29C = byte ptr -29Ch var28C = byte ptr -28Ch var25F = byte ptr -25Fh var254 = dword...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.16 views

Windows 9x/NT/2k/XP Reverse Generic Shellcode w/o Loader 249 bytes

No description provided by source. We use the PEB for the Output/Input/Error Handles. typedef struct PEB BOOLEAN InheritedAddressSpace ; BOOLEAN ReadImageFileExecOptions ; BOOLEAN BeingDebugged ; BOOLEAN Spare ; HANDLE Mutant ; PVOID ImageBaseAddress ; PPEB LDR DATA LoaderData ; PRTL USER PROCESS...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.24 views

win xp/2000/2003 Connect Back shellcode for Overflow exploit 275 bytes

No description provided by source. / ----------------------------------------------------------------------- connectbackv32.c - Connect Back shellcode for Overflow exploit Copyright C 2000-2004 HUC All Rights Reserved. Author : lion : [email protected]...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.13 views

win32/xp sp2 Pop up message box 110 bytes

No description provided by source. / Author : Omega7 Assembly Code : Steve Hanna Changed by : Omega7 Description : It is 110 Byte Shellcode which Pops up Message Box Under Windows Xp SP2 If you Want to use it in any other Windows You need to change the address that i have marked! / include stdlib...

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

Windows NT/2k/XP useradd shellcode for russian systems 318 bytes

No description provided by source. / \ win32 useradd shellcode for russian systems / by Darkeagle \ ExploiterZ Lab / http://exploiterz.org \ / // add user "slim" with password "shady" with admin prem. in Russian Systems unsigned char data318 = 0xEB, 0x0F, 0x58, 0x80, 0x30, 0x17, 0x40, 0x81, 0x38,...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.17 views

linux/ppc execve /bin/sh 112 bytes

No description provided by source. / Linux PPC shellcode execve of /bin/sh by Palante / long shellcode = / Palante's linuxPPC shellcode w/ NULL/ 0x7CC63278, 0x2F867FFF, 0x41BC0054, 0x7C6802A6, 0xB0C3FFF9, 0xB0C3FFF1, 0x38867FF0, 0x38A67FF4, 0x38E67FF3, 0x7CA52278, 0x7CE72278, 0x7C853A14,...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.21 views

Windows 9x/NT/2k/XP PEB method 35 bytes

No description provided by source. /This is a 35 byte C implementation of the use of the PEB method to get the kernel32 base address on Windows. This is generic code designed to run on both Windows 9x and NT based systems. The code has been optimized to not have any 00h bytes so that you wont hav...

7.1AI score
Exploits0
Packet Storm
Packet Storm
added 2007/12/20 12:0 a.m.47 views

applesmb-overflow.txt

/ Copyright C 2007-2008 Subreption LLC. All rights reserved. Visit http://blog.subreption.com for exploit development notes. References: CVE-2007-3876 http://docs.info.apple.com/article.html?artnum=307179 http://seclists.org/fulldisclosure/2007/Dec/0445.html...

6.6CVSS0.00226EPSS
Exploits5
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.13 views

bsd/x86 cat /etc/master.passwd | mail [email] 92 bytes

No description provided by source. / BSD version FreeBSD, OpenBSD, NetBSD. [email protected] 92 bytes. execve/bin/sh -c "/bin/cat /etc/master.passwd|mail root@localhost"; pueden reemplzar el comando por lo que se les ocurra. / char shellcode=...

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

win xp/2000/2003 Download File and Exec 241 bytes

No description provided by source. / ----------------------------------------------------------------------- downloadurlv31.c - Download file and exec shellcode for Overflow exploit Copyright C 2000-2004 HUC All Rights Reserved. Author : lion : lioncnhonker.net...

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

windows/XP download and exec source

No description provided by source. ; Nice theorhetically generic url download and execute ; shellcode for Windows XP. ; ; Heck, atleast it saves you using tftp! ; ; [email protected] ; ; nasmw -s -fbin -o download.s download.asm bits 32 start: jmp short avoidnastynulls continue: pop edi ; edi...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.16 views

linux/x86 cat /dev/urandom > /dev/console, just for kicks - 63 bytes

No description provided by source. / linux/x86 cat /dev/urandom /dev/console, no real profit just for kicks - 63 bytes - izik [email protected] / char shellcode = "\x31\xc9" // xor %ecx,%ecx "\x51" // push %ecx "\x68\x6e\x64\x6f\x6d" // push $0x6d6f646e "\x68\x2f\x75\x72\x61" // push $0x6172752f...

7.1AI score
Exploits0
0day.today
0day.today
added 2007/12/19 12:0 a.m.26 views

Apple Mac OS X mount_smbfs Stack Based Buffer Overflow Exploit

Exploit for macOS platform in category local exploits ============================================================== Apple Mac OS X mountsmbfs Stack Based Buffer Overflow Exploit ============================================================== / Copyright C 2007-2008 Subreption LLC. All rights...

6.8AI score0.00226EPSS
Exploits5
exploitpack
exploitpack
added 2007/12/19 12:0 a.m.29 views

Apple Mac OSX - mount_smbfs Local Stack Buffer Overflow

Apple Mac OSX - mountsmbfs Local Stack Buffer Overflow / Copyright C 2007-2008 Subreption LLC. All rights reserved. Visit http://blog.subreption.com for exploit development notes. References: CVE-2007-3876 http://docs.info.apple.com/article.html?artnum=307179...

6.6CVSS0.5AI score0.00226EPSS
Exploits5
seebug.org
seebug.org
added 2007/12/19 12:0 a.m.28 views

Linux Kernel < 2.6.11.5 BLUETOOTH Stack Local Root Exploit

No description provided by source. / LINUX KERNEL Not tainted VLI EFLAGS: 00010286 2.6.9 EIP is at btsockcreate+0x3d/0x13...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2007/12/19 12:0 a.m.32 views

Rosoft Media Player &lt;= 4.1.7 .M3U Stack Overflow Exploit

No description provided by source. / rosoft-player-expl.c: 2007-12-18: Copyright c 2007 devcode ^^ D E V C O D E ^^ Rosoft Media Player = 4.1.7 .M3U Stack Overflow 0-DAY Description: A stack overflow occurs when parsing an .m3u file...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2007/12/19 12:0 a.m.29 views

Apple Mac OSX - &#039;mount_smbfs&#039; Local Stack Buffer Overflow

/ Copyright C 2007-2008 Subreption LLC. All rights reserved. Visit http://blog.subreption.com for exploit development notes. References: CVE-2007-3876 http://docs.info.apple.com/article.html?artnum=307179 http://seclists.org/fulldisclosure/2007/Dec/0445.html...

6.6CVSS9.6AI score0.00226EPSS
Exploits5
exploitpack
exploitpack
added 2007/12/18 12:0 a.m.12 views

RavWare Software - .MAS Flic Control Remote Buffer Overflow

RavWare Software - .MAS Flic Control Remote Buffer Overflow ----------------------------------------------------------------------- RavWare Software MAS Flic Control "FileName" method Buffer Overflow url: https://www.ravware.com/ author: shinnai mail: shinnaiatautisticidotorg site:...

0.8AI score
Exploits0
Exploit DB
Exploit DB
added 2007/12/18 12:0 a.m.48 views

Rosoft Media Player 4.1.7 - &#039;.m3u&#039; Local Stack Overflow

/ rosoft-player-expl.c: 2007-12-18: Copyright c 2007 devcode ^^ D E V C O D E ^^ Rosoft Media Player include / Invalid chars: 0x1A 0xA 0xD 0x00 win32bind - EXITFUNC=thread LPORT=4444 Size=344 Encoder=PexFnstenvSub http://metasploit.com / unsigned char uszShellcode =...

7.4AI score
Exploits0
Rows per page
Query Builder