Advertisement
Guest User

Operation_DMCA > /dev/null

a guest
Mar 25th, 2013
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.04 KB | None | 0 0
  1. #!/usr/bin/env bash# BOOBYTRAP #!
  2. # DISABLED #######!
  3. #!                             #!
  4. #!  OPERATION_DMCA >/dev/null  #!
  5. #!         notroot:~ $         #!
  6. #!                             #!
  7. ################################!
  8.  
  9.  
  10. #1.  Install aria2 command-line bittorrent client.
  11.  
  12.  
  13. #2.  $ mkdir ~/.aria2; touch ~/.aria2/aria2.conf
  14.  
  15.  
  16. #3.  aria2.conf:
  17. #
  18. # continue
  19. # dir=/dev/null
  20. # file-allocation=none
  21. # log-level=warn
  22. # max-connection-per-server=4
  23. # min-split-size=5M
  24. # on-download-complete=exit
  25. #
  26. # !!!! NOTICE LINE 2 IN THE .conf ABOVE !!!!
  27.  
  28.  
  29. #4.  Download Bullshit Into Oblivion and Smile:
  30. #
  31. #    $ aria2c "magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C&dn=aria2"
  32. #
  33. # !!!! NOTICE THE '=aria2' TACKED ONTO THE END OF THE MAGNET LINK !!!!
  34. # !!!! NOTICE THE COMMAND IS 'aria2c' NOT 'aria2' !!!!
  35.  
  36.  
  37. # Disable the BOOBYTRAP to get your secret message...
  38. # ...though it seems a little late, now, don't it?
  39.  
  40. echo "Reach out... reach out and touch someone."
  41. echo "Reach out... reach out and hack for phun."
  42.  
  43. whatis God?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement