#!/bin/sh
#
# Obstruct.C Ghost Killer
#
# We wanna get rid of zombies on the system, yada yada
#
#!/bin/sh
# 
# Obstruct.C Supplement Code
# written by OseK for Team SigDie Research
#
# Description: This is a simple looping util to flood
#              endlessly against port 6667 of the target host
# 
# I know.. why not write it in C-File.. Simple... Im lazy.
#
# Greets out to Terminal, Synco, TsTech, elian, Ho0ke, gh0zt,
#               wizy, vaL0rz, _KeyLock_, snizzy, Maximpact,
#               Solaris8, vimd, vMAC, XG3, and whatever.
#

BANNER="[1;34mObstruct[0;34m.[1;34mC [0;37mby [1;34mOseK [0;37mfor [1;37mTeam SigDie Research[0;37m"
echo $BANNER
echo ""
echo -n "Killing the [1;34mzombie[0;37m processes[1;32m...."
killall -KILL obstruct >>/dev/null 2>&1
echo "[0;37mdone[1;34m![0;37m"
