. home . news . hacks . fnord . images . allies . santa .

back|track 4 howtos


bt4 [r]evolution [uniq edition]

howto install backtrack 4 [r]evolution [uniq edition] livesystem on a usb drive and encrypt squashfs (and changes).

this is the final final version of backtrack 4, from now on we will focus more on backtrack 5.

bt4 blackhat live encrypted usb with encrypted changes

howto install backtrack 4 blackhat edition live on an encrypted usb drive with encrypted changes

bt4 final encrypted usb installation

howto install backtrack 4 final on a encrypted usb drive

bt4 final peristant usb changes

howto install backtrack 4 final live on a usb drive with persistant changes

bt4 beta on usb

howto install backtrack 4 beta on a usb drive


bt4 beta on usb with persistant changes

howto install backtrack 4 beta with persistant changes on a 2 GB usb drive


bt4 autologin

to fix your autologin try

fixvesa
echo "startx" > /root/.bash_profil
echo -e "exec /sbin/rungetty tty1 --autologin root

bt4 beta synaptic/apt gpg fix

just type the following as root:

gpg --keyserver keyserver.ubuntu.com --recv CB2F6C86F77B1CA9 && gpg --export --armor CB2F6C86F77B1CA9 | apt-key add -



bt4 beta .hal-mtab fix

just type the following as root:

cd / && mkdir media -v && touch /media/.hal-mtab



bt4 conky config

here is our conky config, with some nice features

NOTE : this only works with the installed version


bt4 tor fix

chown debian-tor /var/lib/tor
chown debian-tor /var/log/tor
chown debian-tor /var/lib/tor/*
chown debian-tor /var/log/tor/*



bt4 & konBOOT !!!

download the konboot image for floppys

cd /tmp && wget http://www.piotrbania.com/all/kon-boot/data/FD0-konboot-v1.1-2in1.zip

make a directory on your first usb partition

mkdir -v /mnt/sdb1/konBOOT

unzip konBOOT to it

unzip FD0-konboot-v1.1-2in1.zip /mnt/sdb1/konBOOT

add your syslinux.cfg entry

vim /mnt/sdb1/boot/syslinux/sys
LABEL Konboot
MENU LABEL KonBoot
KERNEL /boot/memdisk
APPEND initrd=/konBOOT/FD0-konboot-v1.1-2in1.img

and done !

when you reboot with konBOOT just login as kon-usr. if you have problems, or logout, fix it again by typing kon-fix.

bt4 truecrypt setup

you can secure your bt4 backups easily using trucrypt.

download truecrypt

cd /tmp && wget http://www.truecrypt.org/download/truecrypt-6.2a-ubuntu-x86.tar.gz

install it

tar -xf /tmp/truecrypt-6.2a-ubuntu-x86.tar.gz -v && /tmp/truecrypt-6.2a-setup-ubuntu-x86 

follow the instructions …

cleanup afterwards

rm -fv /tmp/truecrypt-6.2a-ubuntu-x86.tar.gz && rm -fv /tmp/truecrypt-6.2a-setup-ubuntu-x86

and your're done :)

to use it, simply type

truecrypt

and you should get a gui.

 
home/backtrack.txt · Last modified: 2013/04/07 15:55 by zes