Home » Backtrack
5 most useful command of Backtrack

I'm trying to write 5 most useful things you should know in Backtrack Linux. Please check it below. 


1. About user name and password Backtrack use root for the username and toor for the password. You should provide it at the first time login in your first time installation. 


2. startx command. Don't shocked if you see the black screen with command only when you use backtrack. Backtrack designed to use command line, but if you want to enable the window, you can type startx command after you log in. 


3. Metasploit Framework The most famous tools in Backtrack is Metasploit framework, this tools is used for penetration testing into vulnerable system. You can go to metasploit framework by typing /pentest/exploits/framework3/msfconsole, and there's also /pentest/exploits/framework2/msfconsole. 

Spying the network with Backtrack 5


8-steps-how-to-share-folder-in-backtrack-5-r1-to-make-accessible-in-windows


Requirement : 1. Linux O.S (I'm using Backtrack 5 R1) 


Step by Step


1. Open your terminal (CTRL+ALT+T) and then run this command to create a new directory "share". mkdir /var/www/share


 2. Change mode for the share folder into 755. chmod -R 755 /var/www/share/ 


3. Change the ownership of that folder into www-data. chown -R www-data:www-data /var/www/share/


 4. The three steps above have screenshot like this in my computer 









how to dual boot backtrack with windows


Dual Boot

BackTrack Dual Boot Install with Windows (Tested on Win 7)

This method of installation is the simplest available. The assumption is that the you have a Windows installation taking up all the space on your drive, and you would like to resize and repartition your drive to allow a BackTrack install alongside your Windows. BACK UP YOUR WINDOWS INSTALLATION FIRST.

Boot BackTrack on the machine to be installed. Once booted, type in “startx” to get to the KDE graphical interface.
Double click the “install.sh” script on the desktop, or run the command “ubiquity” in console.
Bt5 hdd install01.png

Hack facebook using BackTrack5