Lucene search
K

119 matches found

seebug.org
seebug.org
added 2014/07/01 12:0 a.m.44 views

linux/x86 setreuid(geteuid(),geteuid()),execve("/bin/sh",0,0) 34 bytes

No description provided by source. / linux/x86 setreuidgeteuid,geteuid,execve/bin/sh,0,0 34byte universal shellcode blue9057 [email protected] / int main char shellcode=\x6a\x31\x58\x99\xcd\x80\x89\xc3\x89\xc1\x6a\x46 \x58\xcd\x80\xb0\x0b\x52\x68\x6e\x2f\x73\x68\x68...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.12 views

netbsd/x86 setreuid(0, 0); execve("/bin//sh", ..., NULL); 30 bytes

No description provided by source. / minervini at neuralnoise dot com c 2005 NetBSD/i386 2.0, setreuid0, 0; execve/bin//sh, ..., NULL; / include sys/types.h include stdio.h include string.h char scode = \x31\xc0 // xor %eax,%eax \x50 // push %eax \x50 // push %eax \x50 // push %eax \x34\x7e // xo...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2014/07/01 12:0 a.m.12 views

linux/x86 setreuid(0, 0) + execve(/bin/sh) 31 bytes

No description provided by source. / linux/x86 setreuid0, 0 + execve/bin/sh, /bin/sh, NULL, NULL - 31 bytes - izik [email protected] / char shellcode = \x6a\x46 // push $0x46 \x58 // pop %eax \x31\xdb // xor %ebx,%ebx \x31\xc9 // xor %ecx,%ecx \xcd\x80 // int $0x80 \x99 // cltd \xb0\x0b // mov...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2014/05/08 12:0 a.m.39 views

Linux/x86 - setreuid() + execve(/usr/bin/python) Shellcode (54 bytes)

Linux/x86 - setreuid + execve/usr/bin/python Shellcode 54 bytes. Shellcode exploit for Linuxx86 platform Title: Shellcode Linux x86 54Bytes Run /usr/bin/python | setreuid,execve Date: 8/5/2014 Author: Ali Razmjoo Tested on: kali-linux-1.0.4-i386 3.7-trunk-686-pae 1 SMP Debian 3.7.2-0+kali8 i686...

7.1AI score
Exploits0
0day.today
0day.today
added 2012/08/02 12:0 a.m.21 views

linux/x86 - [setreuid()] -> [/sbin/iptables -F] -> [exit(0)] - 76 bytes

/ Author: Sh3llc0d3 Environment: Linux/x86 Developed from: GNU ASM AT&T Syntax Purpose: setreuid - /sbin/iptables -F - exit0 Size: 76 bytes Website: root-exploit.com / char code = "\xeb\x33\x31\xc0\xb0\x46\x31\xdb\x31\xc9\xcd\x80\x5e\x31\xc0\x88\x46"...

7.4AI score
Exploits0
0day.today
0day.today
added 2012/08/02 12:0 a.m.14 views

linux/x86 - setreuid (0,0) & execve("/bin/csh", [/bin/csh, NULL]) + XOR encoded 53 byte

Title: Linux x86 setreuid 0,0 & execve"/bin/csh", "/bin/csh", NULL + XOR encoded - 53 bytes Author: egeektronic Twitter: @egeektronic Tested on: Slackware 13.37 Thanks: Jonathan Salwan, Yuda Prawira and Rizki Wicaksono from ctypes import shell =...

7.4AI score
Exploits0
0day.today
0day.today
added 2012/08/02 12:0 a.m.15 views

linux/x86 - setreuid (0,0) & execve(/bin/ash,NULL,NULL) + XOR encoded - 58 bytes

Title: Linux x86 setreuid 0,0 & execve"/bin/ash",NULL,NULL + XOR encoded - 58 bytes Author: egeektronic Twitter: @egeektronic Tested on: Slackware 13.37 Thanks: Jonathan Salwan, Yuda Prawira and Rizki Wicaksono from ctypes import shell =...

7.4AI score
Exploits0
0day.today
0day.today
added 2012/08/01 12:0 a.m.19 views

linux/x86- setreuid (0,0) & execve("/bin/ksh", [/bin/ksh, NULL]) + XOR encoded - 53 bytes

Title: Linux x86 setreuid 0,0 & execve"/bin/ksh", "/bin/ksh", NULL + XOR encoded - 53 bytes Author: egeektronic Twitter: @egeektronic Tested on: Slackware 13.37 Thanks: Jonathan Salwan, Yuda Prawira and Rizki Wicaksono from ctypes import shell =...

0.1AI score
Exploits0
0day.today
0day.today
added 2012/08/01 12:0 a.m.18 views

linux/x86 - setreuid (0,0) & execve("/bin/zsh", ["/bin/zsh", NULL]) + XOR encoded 53 bytes

Title: Linux x86 setreuid 0,0 & execve"/bin/zsh", "/bin/zsh", NULL + XOR encoded - 53 bytes Author: egeektronic Twitter: @egeektronic Tested on: Slackware 13.37 Thanks: Jonathan Salwan, Yuda Prawira and Rizki Wicaksono from ctypes import shell =...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2012/03/13 12:0 a.m.22 views

Linux x86_64 - add user with passwd (189 bytes)

No description provided by source. ;scadduser01.S ;Arch: x8664, Linux ; ;Author: 0o -- nullnull ; nu11.nu11 at yahoo.com ;Date: 2012-03-05 ; ;compile an executable: nasm -f elf64 scadduser.S ; ld -o scadduser scadduser.o ;compile an object: nasm -o scadduserobj scadduser.S ; ;Purpose: adds user...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2012/03/12 12:0 a.m.25 views

Linux x86_64 - add user with passwd 189 bytes

Linux x8664 - add user with passwd 189 bytes. Shellcode exploit for linx86-64 platform ;scadduser01.S ;Arch: x8664, Linux ; ;Author: 0o -- nullnull ; nu11.nu11 at yahoo.com ;Date: 2012-03-05 ; ;compile an executable: nasm -f elf64 scadduser.S ; ld -o scadduser scadduser.o ;compile an object: nasm...

0.1AI score
Exploits0
0day.today
0day.today
added 2012/01/15 12:0 a.m.35 views

bsd/x86 execve ('/bin/sh -c "/etc/master.passwd"') setreuid(0,0) 94 bytes

1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 1 1 /' \ /'\ /\ \ /'\ 0 0 /, \ /\/\ \ \ \ \ ,/\ /\ \ 1 1 //\ \ /' \ /\ //\ Exploit database separated by exploit 0 0 // type local, remote, DoS, etc. 1 1 1 0 + Site : 1337day.com 0 1 + Support e-mail :...

Exploits0
0day.today
0day.today
added 2010/09/28 12:0 a.m.21 views

linux/x86 setreuid(0,0) add reboot command each minutes 90 bytes

Exploit for linux/x86 platform in category shellcode ==================================================================================== linux/x86 setreuid0,0 and add reboot command each minutes in /etc/crontab 90 bytes...

7AI score
Exploits0
0day.today
0day.today
added 2010/09/28 12:0 a.m.44 views

linux/x86 setreuid(0) and add user with root's priviledges 105 bytes

Exploit for linux/x86 platform in category shellcode ==================================================================== linux/x86 setreuid0 and add user with root's priviledges 105 bytes ==================================================================== include / Title : linux x86 shellcode...

7AI score
Exploits0
0day.today
0day.today
added 2010/07/05 12:0 a.m.19 views

linux/x86 setreuid(0,0) execve("/bin/sh",NULL,NULL) encoded 62 bytes

Exploit for linux/x86 platform in category shellcode ======================================================================== linux/x86 setreuid0,0 execve"/bin/sh",NULL,NULL XOR encoded 62 bytes ======================================================================== /...

7AI score
Exploits0
Exploit DB
Exploit DB
added 2010/06/17 12:0 a.m.21 views

Polymorphic Bindport 31337 with setreuid 0,0 linux/x86

Polymorphic Bindport 31337 with setreuid 0,0 linux/x86. Shellcode exploit for linx86 platform / Title : Polymorphic shellcode that bindport to 31337 with setreuid 0,0 x86 linux shellcode. Name : 131 bytes bind port 31337 x86 linux polymorphic shellcode. Date : Sat Jun 17 21:27:03 2010 Author :...

0.2AI score
Exploits0
0day.today
0day.today
added 2010/06/17 12:0 a.m.17 views

linux/x86 bindport to 31337 with setreuid (0,0) polymorphic 131 bytes

Exploit for linux/x86 platform in category shellcode ===================================================================== linux/x86 bindport to 31337 with setreuid 0,0 polymorphic 131 bytes ===================================================================== /...

7AI score
Exploits0
0day.today
0day.today
added 2010/06/17 12:0 a.m.34 views

linux/x86 execute /bin/sh with setreuid 0,0 45 Bytes

Exploit for linux/x86 platform in category shellcode ==================================================== linux/x86 execute /bin/sh with setreuid 0,0 45 Bytes ==================================================== / 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 1 1 /' ...

7AI score
Exploits0
seebug.org
seebug.org
added 2010/04/24 12:0 a.m.15 views

27 bytes setreuid(0, 0) & execve("/bin/sh") shellcode

No description provided by source. Title: 27 bytes setreuid0, 0 & execve"/bin/sh" shellcode EDB-ID: 12357 CVE-ID: OSVDB-ID: Author: Magnefikko Published: 2010-04-23 Verified: no Download Exploit Code Download N/A view source print? include stdio.h include string.h / ?by Magnefikko ?22.04.2010...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2010/04/22 12:0 a.m.34 views

setreudgetuid, getuid & execve"/bin/sh" Shellcode 34 bytes

34 bytes setreudgetuid, getuid & execve"/bin/sh" Shellcode. Shellcode exploit for linx86 platform include include / by Magnefikko 14.04.2010 [email protected] promhyl.oz.pl Subgroup: PRekambr Name: 34 bytes setreudgetuid, getuid & execve"/bin/sh" shellcode Platform: Linux x86 setreuidgetuid,...

0.3AI score
Exploits0
Rows per page
Query Builder