BackTrack is one of the best Live Linux out there, it is complete with many network secuirty tools.
Yes you can also just burn the CD version, but the USB is more complete its RW and smaller to carry around.

Download BackTrack3 Final USB bt3final_usb.iso (783MB):

# wget http://www.remote-exploit.org/cgi-bin/fileget?version=bt3-usb
In reallity doing just these should be enough:

Copy:

# cd /cdrom
# cp -rfv boot BT3 /media/BackTrack


Set the MBR, run the Scripts of BT3:

# cd /media/BackTrack
# cd boot
# bash bootinit.sh

More…


Mount .iso:
# mount -o loop -tiso9660 bt*.iso /cdrom

Insert the USB memory card, then:

# umount /dev/sdb1
Partition Entire USB into FAT16 and format:
# fdisk /dev/sdb1
* type p to show the existing partition and d to delete it
* type p again to show any remaining partitions (if partitions exist, repeat the previous step)
* type n to make a new partition
* type p for primary partition
* type 1 to make this the first partition
* hit enter to use the default 1st cylinder
* hit enter again to have the partition same size as entire Disk
* type a to make this partition active
* type 1 to select partition 1
* type t to change the partition filesystem
* type 6 to select the fat16 file system


Unmount and format:

# umount /dev/sdb1
# mkdosfs -n "BackTrack" /dev/sdb1 (may require "apt-get mtools")


Copy:

# cd /cdrom
# cp -rfv boot BT3 /media/BackTrack


Set the MBR, run the Scripts of BT3:

# cd /media/BackTrack
# cd boot
# bash bootinit.sh

Flushing filesystem buffers, this may take a while…
Setting up MBR on /dev/sdb…
The Master Boot Record of /dev/sdb has been updated.
Activating partition /dev/sdb1…
No partition table modifications are needed.
Updating MBR on /dev/sdb…
Setting up boot record for /dev/sdb1…
Disk /dev/sdb1 should be bootable now. Installation finished

Reboot and set BIOS to boot from USB…
Download from here:
http://rapidshare.com/files/157860402/backtrack_3_live_usb.part01.rar
http://rapidshare.com/files/157876639/backtrack_3_live_usb.part02.rar
http://rapidshare.com/files/157901558/backtrack_3_live_usb.part03.rar
http://rapidshare.com/files/157917055/backtrack_3_live_usb.part04.rar
http://rapidshare.com/files/157925193/backtrack_3_live_usb.part05.rar
http://rapidshare.com/files/157946185/backtrack_3_live_usb.part06.rar
http://rapidshare.com/files/157981820/backtrack_3_live_usb.part07.rar
http://rapidshare.com/files/157992728/backtrack_3_live_usb.part08.rar
http://rapidshare.com/files/158004254/backtrack_3_live_usb.part09.rar
http://rapidshare.com/files/158015969/backtrack_3_live_usb.part10.rar
http://rapidshare.com/files/158020521/backtrack_3_live_usb.part11.rar
PASS: warexone.info
Manual:
http://rapidshare.com/files/164681921/Manual_Backtrack.rar
**Agradecimiento a Warexone**

Tags: , , , , , ,

1 thought on “Install BackTrack USB

Leave a Reply

Your email address will not be published. Required fields are marked *