Lucene search
K

15 matches found

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

linux/x86 execve /bin/sh toupper() evasion 55 bytes

No description provided by source. / Linux/x86 toupper evasion, standard execve /bin/sh used eg. in various imapd exploits. Goes through a loop adding 0x20 to the /bin/sh -= 0x20 string ie. yields /bin/sh after addition. / include stdio.h char c0de = / main: / \xeb\x29 / jmp callz / / start: / \x...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2008/06/08 12:0 a.m.12 views

solaris/x86 execve /bin/sh toupper evasion 84 bytes

No description provided by source. / Solaris/x86 Used for toupper evasion look to the linux version for an explanation and usage example. / char c0de = / main: / "\xeb\x33" / jmp callz / / start: /...

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

linux/x86 Magic Byte Self Modifying Code 76 bytes

Exploit for linux/x86 platform in category shellcode ================================================= linux/x86 Magic Byte Self Modifying Code 76 bytes ================================================= /-------------------------------------------------------/ / Magic Byte Self Modifying Code for...

7AI score
Exploits0
Exploit DB
Exploit DB
added 2004/12/22 12:0 a.m.25 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.18 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
seebug.org
seebug.org
added 2004/09/26 12:0 a.m.17 views

linux/x86 portbind port 5074 toupper 226 bytes

No description provided by source. / Bindshell puerto 5074 TOUPPER EVASION 226 bytes Bindshell original: Matias Sedalo 92 bytes La binshell esta codificada usando 2 bytes para representar 1 byte original de la siguiente forma: byte original: 0xAB 0x41 + 0xA = 0x4B; 0x41 + 0xB = 0x4C byte...

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

linux/x86 portbind port 5074 toupper 226 bytes

Exploit for linux/x86 platform in category shellcode ============================================== linux/x86 portbind port 5074 toupper 226 bytes ============================================== / Bindshell puerto 5074 TOUPPER EVASION 226 bytes Bindshell original: Matias Sedalo 92 bytes La binshel...

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

solaris/x86 execve /bin/sh toupper evasion 84 bytes

Exploit for solaris/x86 platform in category shellcode =================================================== solaris/x86 execve /bin/sh toupper evasion 84 bytes =================================================== / Solaris/x86 Used for toupper evasion look to the linux version for an explanation an...

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

bsdi/x86 execve /bin/sh toupper evasion 97 bytes

No description provided by source. / BSDi shellcode jmp 0x57 pop %esi xor %ebx,%ebx add $0x8,%ebx add $0x2,%ebx mov %bl,0x26%esi xor %ebx,%ebx add $0x23,%ebx add $0x23,%ebx mov %bl,0xffffffa8%esi xor %ebx,%ebx add $0x26,%ebx add $0x30,%ebx mov %bl,0xffffffc2%esi xor %eax,%eax mov %al,0xb%esi mov...

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

bsdi/x86 execve /bin/sh toupper evasion 97 bytes

Exploit for bsdi/x86 platform in category shellcode ================================================ bsdi/x86 execve /bin/sh toupper evasion 97 bytes ================================================ / BSDi shellcode jmp 0x57 pop %esi xor %ebx,%ebx add $0x8,%ebx add $0x2,%ebx mov %bl,0x26%esi xor...

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

bsdi/x86 - execve /bin/sh toupper evasion 97 bytes

bsdi/x86 execve /bin/sh toupper evasion 97 bytes. Shellcode exploit for bsdix86 platform / BSDi shellcode jmp 0x57 pop %esi xor %ebx,%ebx add $0x8,%ebx add $0x2,%ebx mov %bl,0x26%esi xor %ebx,%ebx add $0x23,%ebx add $0x23,%ebx mov %bl,0xffffffa8%esi xor %ebx,%ebx add $0x26,%ebx add $0x30,%ebx mov...

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

solaris/x86 execve /bin/sh toupper evasion 84 bytes

solaris/x86 execve /bin/sh toupper evasion 84 bytes. Shellcode exploit for solarisx86 platform / Solaris/x86 Used for toupper evasion look to the linux version for an explanation and usage example. / char c0de = / main: / "\xeb\x33" / jmp callz / / start: / "\x5e" / popl %esi / "\x8d\x06" / leal...

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

linux/x86 portbind port 5074 toupper 226 bytes

linux/x86 portbind port 5074 toupper 226 bytes. Shellcode exploit for linx86 platform / Bindshell puerto 5074 TOUPPER EVASION 226 bytes Bindshell original: Matias Sedalo 92 bytes La binshell esta codificada usando 2 bytes para representar 1 byte original de la siguiente forma: byte original: 0xAB...

Exploits0
Exploit DB
Exploit DB
added 2000/08/08 12:0 a.m.29 views

linux/x86 execve /bin/sh toupper evasion 55 bytes

linux/x86 execve /bin/sh toupper evasion 55 bytes. Shellcode exploit for linx86 platform / Linux/x86 toupper evasion, standard execve /bin/sh used eg. in various imapd exploits. Goes through a loop adding 0x20 to the /bin/sh -= 0x20 string ie. yields /bin/sh after addition. / include char c0de = ...

0.2AI score
Exploits0
0day.today
0day.today
added 2000/08/08 12:0 a.m.16 views

linux/x86 execve /bin/sh toupper() evasion 55 bytes

Exploit for linux/x86 platform in category shellcode =================================================== linux/x86 execve /bin/sh toupper evasion 55 bytes =================================================== / Linux/x86 toupper evasion, standard execve /bin/sh used eg. in various imapd exploits...

7AI score
Exploits0
Rows per page
Query Builder