unhappyghost

‪#‎Backtrack‬ tools in ‪#‎Ubuntu‬

Jul 24th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. ‪#‎Backtrack‬ tools in ‪#‎Ubuntu‬
  2. ---------------------------------
  3.  
  4. Ever wondered how to have all the BackTrack tools in Ubuntu ??
  5. Basically, BackTrack is built on Ubuntu but most of the packages and tools are customized and additionally added in Backtrack. ‪#‎UnhappyGhost‬
  6.  
  7. Here is how to have all the tools on Ubuntu with just one command. ‪#‎GeekSchool‬ ‪#‎GeekSch00l‬
  8.  
  9. $ sudo cp /etc/apt/sources.list /etc/apt/sources.list.old && wget -q http://all.repository.backtrack-linux.org/backtrack.gpg -O- | sudo apt-key add - &&
  10. rm -rf /var/lib/apt/lists/lock && sudo echo "deb http://all.repository.backtrack-linux.org/ revolution main microverse non-free testing" >> /etc/apt/sources.list &&
  11. sudo apt-get update && exit
  12.  
  13. Make sure you are already connected to internet before you execute the above command.
  14. .
  15.  
  16. ##############################################################
  17. # ṲИℋÅℙℙУḠ♓☮$✝ #
  18. ##############################################################
  19. || Website --------> http://unhappyghost.com/ ||
  20. || Facebook -------> https://www.facebook.com/unhappygh0st ||
  21. || FB Page --------> https://www.facebook.com/geeksch00l ||
  22. || Twitter --------> https://twitter.com/unhappygh0st ||
  23. || Google+ --------> http://goo.gl/WCHeJR ||
  24. || Youtube --------> http://goo.gl/A3mQIE ||
  25. || IPv6 Vids ------> http://goo.gl/Rbcxk ||
  26. || IPv6 Event -----> http://goo.gl/TaeXv ||
  27. ##############################################################
  28.  
  29. .
Advertisement
Add Comment
Please, Sign In to add comment