Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Backtrack tools in #Ubuntu
- ---------------------------------
- Ever wondered how to have all the BackTrack tools in Ubuntu ??
- Basically, BackTrack is built on Ubuntu but most of the packages and tools are customized and additionally added in Backtrack. #UnhappyGhost
- Here is how to have all the tools on Ubuntu with just one command. #GeekSchool #GeekSch00l
- $ 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 - &&
- 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 &&
- sudo apt-get update && exit
- Make sure you are already connected to internet before you execute the above command.
- .
- ##############################################################
- # ṲИℋÅℙℙУḠ♓☮$✝ #
- ##############################################################
- || Website --------> http://unhappyghost.com/ ||
- || Facebook -------> https://www.facebook.com/unhappygh0st ||
- || FB Page --------> https://www.facebook.com/geeksch00l ||
- || Twitter --------> https://twitter.com/unhappygh0st ||
- || Google+ --------> http://goo.gl/WCHeJR ||
- || Youtube --------> http://goo.gl/A3mQIE ||
- || IPv6 Vids ------> http://goo.gl/Rbcxk ||
- || IPv6 Event -----> http://goo.gl/TaeXv ||
- ##############################################################
- .
Advertisement
Add Comment
Please, Sign In to add comment