Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #(C)opyright ~ 2014 MrTieDie
- #Thanks to Red H4t Viper
- #Tnx 2 : Indonesian Hacker & Malaysian Hacker
- target=$1
- function v_check()
- {
- reset
- echo -e '\E[32m'"[>] ~#Wordpress Plugin Checker#~"; tput sgr0
- echo -e '\E[32m'"[>] ReCoded By MrTieDie"; tput sgr0
- echo -e '\E[32m'"[>] Indonesian Hacker"; tput sgr0
- echo -e '\E[32m'"[*] "; tput sgr0
- echo -e '\E[31m'"[*] Start"; tput sgr0
- for lst in `cat list-v.lst`
- do
- GET -sd "$target/$lst" | grep "OK" >> /dev/null;check2=$?
- if [ $check2 -eq 0 ]
- then
- echo -e '\E[36m'"[OK] $target/$lst"; tput sgr0
- echo -e "$target$lst" >>finded.txt
- else
- echo -e "[NO] $target/$lst "
- fi
- done
- echo "[*]"
- echo -e '\E[31m'"[*] Finish"; tput sgr0
- }
- v_check;
- #-----------------------#
- #RCoded by MrTieDie #
- #-----------------------#
Advertisement
Add Comment
Please, Sign In to add comment