Apple
Apple
Apple
/bin/bash
# Slackerc0de Family Present
# PayPal Validator v6
# By Malhadi Jr
# 2 February 2k17
#set -x
cat <<EOF
Recoded By:
EOF
usage() {
echo "Usage: ./myscript.sh COMMANDS: [-i <list.txt>] [-r <folder/>] [-l {1-1000}]
[-t {1-10}] OPTIONS: [-d] [-c]
Command:
-i (20k-US.txt) File input that contain email to check
-r (result/) Folder to store the result live.txt and die.txt
-l (60|90|110) How many list you want to send per delayTime
-t (3|5|8) Sleep for -t when check is reach -l fold
Options:
-d Delete the list from input file per check
-c Compress result to compressed/ folder and
move result folder to haschecked/
-h Show this manual to screen
if [ -z "${isCompress}" ]; then
isCompress='n'
fi
SECONDS=0
SECONDS=0
curl --silent 'https://aku1.herokuapp.com/api.php?email='$1 > /tmp/apple1
printf "\r"
}
fold=`expr $i % $sendList`
if [[ $fold == 0 && $i > 0 ]]; then
header="`date +%H:%M:%S`"
duration=$SECONDS
printf "Waiting $perSec seconds. $(($duration / 3600)) hours $(($duration /
60 % 60)) minutes and $(($duration % 60)) seconds elapsed, ratio ${YELLOW}$sendList
email${NC} / ${CYAN}$perSec seconds${NC}\n"
sleep $perSec
fi
done