Backtrack is OS specific for penetration testing (in addition Kali Linux), who do not know backtrack?
The lucky is backtrack a derivative of Ubuntu OS, remastering of Ubuntu 10.04 and Ubuntu 10.10. And Ubuntu is derived from Debian OS. Then of course Debian or Ubuntu users can use backtrack software.
Here's how to install backtrack repository in your Debian or Ubuntu :
1.Open your terminal emulator and type the command:
sudo wget http://all.repository.backtrack-linux.org/backtrack.gpg
sudo apt-key add backtrack.gpg
2.Then add the source or mirror by typing this command :
sudo nano /etc/apt/sources.list
(For text editor, you can use your preferred editor. Nano, pico, vi, or else his. If you prefer the vi editor, then his command to be like this :
sudo vi / etc / apt / sources.list)
3.Add the following source on the top row below your text editor :
deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing
4.For Indonesian local source, you can add this source :
deb http://backtrack.indonesianhacker.or.id/all revolution microverse play non-free testing
deb http://backtrack.indonesianhacker.or.id/32 revolution microverse play non-free testing
deb http://backtrack.indonesianhacker.or.id/source revolution microverse play non-free testing
5.And then, type the command :
sudo apt-get update
6.After completed, you can install all tools that exist in backtrack. It's can be seen in synaptic or ubuntu software center