运维网's Archiver
论坛
›
Shell/Powershell
› 分析apache日志的shell
LXY3800
发表于 2018-8-24 13:39:44
分析apache日志的shell
host和ip 可修改。。 host="248";ip="58.254.39"; > $host.ip$ip.txt ;for ((days=1;days> $host.ip$ip.txt &&echo -e "\n" >> $host.ip$ip.txt ;cat $file/ www.shiwan.com*| grep "$ip" >> $host.ip$ip.txt ;done;
页:
[1]
查看完整版本:
分析apache日志的shell