Lucene search
+L

54 matches found

zdt
zdt
added 2004/09/26 12:0 a.m.29 views

bsd/x86 execve /bin/sh setuid (0) 29 bytes

Exploit for bsd/x86 platform in category shellcode ========================================== bsd/x86 execve /bin/sh setuid 0 29 bytes ========================================== / BSD version FreeBSD, OpenBSD, NetBSD. email protected 29 bytes. -setuid0; -execve/bin/sh; / char shellcode= "\x31\xc0...

7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/09/26 12:0 a.m.33 views

linux/x86 - xterm -ut -display IP:0 132 bytes

linux/x86 xterm -ut -display IP:0 132 bytes. Shellcode exploit for linx86 platform / Linux/x86 execve of /usr/X11R6/bin/xterm -ut -display ip:0, exit 127.0.0.1 is an example, you must change it to a useful ip making a subrutine into the exploit? - you must not delete 'K' after ip:0 - / include ch...

0.1AI score
SaveExploits0
exploitpack
exploitpack
added 2004/09/12 12:0 a.m.13 views

BlackJumboDog FTP Server 3.6.1 - Remote Buffer Overflow

BlackJumboDog FTP Server 3.6.1 - Remote Buffer Overflow / 6.9.04|www.Delikon.de|Delikon BlackJumboDog FTP Server Buffer Overflow version 3.6.1 http://www.securiteam.com/windowsntfocus/5AP040ADPW.html Thx to Chew Keong TAN C:\Codes\blackjumbodog\Releasebjdexploit 192.168.0.3 21 klein.exe...

0.6AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/09/12 12:0 a.m.27 views

linux/x86 execve /bin/sh 38 bytes

linux/x86 execve /bin/sh 38 bytes. Shellcode exploit for linx86 platform / [email protected] execve /bin/sh main char name2; name0="/bin/sh"; name1=NULL; execvename0,name,NULL; / include char shellcode= "\xeb\x18" // jmp 0x18 // 3-4 "\x5e" // popl %esi // 5 "\x89\x76\x08" // movl %esi,...

0.1AI score
SaveExploits0
exploitpack
exploitpack
added 2004/08/25 12:0 a.m.26 views

SquirrelMail - chpasswd Local Privilege Escalation (Brute Force)

SquirrelMail - chpasswd Local Privilege Escalation Brute Force / PSTchpasswdexp-vb.c: Squirrelmail chpasswd local root bruteforce exploit Author: Bytes || www ph4nt0m net Notice: vb: Local bruteforce version vR: remote bruteforce version Greatze: ph4nt0m,music@0x557 All PST...

0.6AI score
SaveExploits0
exploitpack
exploitpack
added 2004/08/09 12:0 a.m.41 views

Dropbear SSH 0.34 - Remote Code Execution

Dropbear SSH 0.34 - Remote Code Execution / Linux x86 Dropbear SSH quit Connection closed. % objdump -R /usr/local/sbin/dropbear| grep malloc 080673bc R386JUMPSLOT malloc % drop-root -v24 localhost ?.2022u%24$hn@localhost's password: Connection closed by 127.0.0.1 % telnet localhost 10275 Trying...

0.4AI score
SaveExploits0
zdt
zdt
added 2004/02/27 12:0 a.m.56 views

Serv-U FTPD 3.x/4.x/5.x (MDTM) Remote Overflow Exploit

Exploit for unknown platform in category remote exploits ====================================================== Serv-U FTPD 3.x/4.x/5.x MDTM Remote Overflow Exploit ====================================================== / exservu.c - Serv-U FTPD 3.x/4.x/5.x "MDTM" Command remote overflow exploit...

7.1AI score
SaveExploits0
zdt
zdt
added 2003/10/27 12:0 a.m.23 views

Solaris Runtime Linker (ld.so.1) Buffer Overflow Exploit (SPARC version)

Exploit for solaris platform in category local exploits ======================================================================== Solaris Runtime Linker ld.so.1 Buffer Overflow Exploit SPARC version ======================================================================== / ld.so.1 exploit SPARC...

6.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2003/09/20 12:0 a.m.33 views

Knox Arkeia Pro 5.1.12 - Backup Remote Code Execution

/ Knox Arkiea arkiead local/remote root exploit. Portbind 5074 shellcode Tested on Redhat 8.0, Redhat 7.2, but all versions are presumed vulnerable. NULLs out least significant byte of EBP to pull EIP out of overflow buffer. A previous request forces a large allocation of NOP's + shellcode in hea...

10CVSS5.8AI score0.64901EPSS
SaveExploits15
securityvulns
securityvulns
added 2003/04/05 12:0 a.m.34 views

SRT2003-04-03-1300 - Interbase ISC_LOCK_ENV overflow

Secure Network Operations, Inc. http://www.secnetops.com Strategic Reconnaissance Team [email protected] Team Lead Contact [email protected] Our Mission: Secure Network Operations offers expertise in Networking, Intrusion Detection Systems IDS, Software Security Validation, and...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2003/03/06 12:0 a.m.31 views

File 3.x - Utility Local Memory Allocation

// source: https://www.securityfocus.com/bid/7009/info It has been reported that a memory allocation issue exists the file program. Although details of this issue are currently unavailable, it is likely that this issue could be exploited to cause a denial of service condition, and potentially...

7.5CVSS5.8AI score0.03655EPSS
SaveExploits1
Exploit DB
Exploit DB
added 2000/12/01 12:0 a.m.42 views

HP-UX FTPD - Remote Buffer Overflow

/ theoretical exploit for hpux ftpd vulnerability / / not tested anywhere, needs tweaking / / c 2000 by babcia padlina ltd. / include include define NOPS 100 define BUFSIZE 1024 char shellcode = / HP-UX shellcode / "\x34\x16\x05\x06\x96\xd6\x05\x34\x20\x20\x08\x01\xe4\x20\xe0\x08\x0b"...

10CVSS5.8AI score0.14259EPSS
SaveExploits1
Exploit DB
Exploit DB
added 2000/08/07 12:0 a.m.41 views

linux/x86 add user 70 bytes

linux/x86 add user 70 bytes. Shellcode exploit for linx86 platform / Linux/x86 Appends the line "z::0:0:::\n" to /etc/passwd. quite old, could be optimized further / include char c0de = / main: / "\xeb\x29" / jmp callz / / start: / "\x5e" / popl %esi / "\x29\xc0" / subl %eax, %eax / "\x88\x46\x0b...

0.2AI score
SaveExploits0
exploitpack
exploitpack
added 1997/05/26 12:0 a.m.26 views

SGI IRIX - binlogin Local Buffer Overflow

SGI IRIX - binlogin Local Buffer Overflow / /bin/login exploit by DCRH 24/5/97 Tested on: R3000 Indigo Irix 5.3 R4400 Indy Irix 5.3 R5000 O2 Irix 6.3 R8000 Power Challenge Irix 6.2 Compile as: cc -n32 login.c for Irix 6.x cc login.c for Irix 5.x Press enter when prompted for a password / include...

0.9AI score
SaveExploits0
Rows per page
Query Builder