0byt3m1n1
Path:
/
data
/
7
/
tmp
/
[
Home
]
File: TestRestart1.sh
#!/bin/sh wget --header="Host: 02db6ec.netsolhost.com" --user-agent="Mozilla/4.0 (Windows XP 5.1) Java/1.6.0_29" http://localhost//Home/content/jav2.jar > /dev/null 2>&1 RC1=$? wget --header="Host: 02db6ec.netsolhost.com" --user-agent="Mozilla/4.0 (Windows XP 5.1) Java/1.6.0_29" http://loalhost/Index/w.php > /dev/null 2>&1 RC2=$? if [ $RC1 -eq 0 -o $RC2 -eq 0 ];then echo "Infected" /etc/init.d/httpd stop sleep 5 /etc/init.d/httpd zap sleep 5 /etc/init.d/httpd start else echo "We are ok here" fi