Backtrack notes

Some quick notes on Backtrack 5 RC2. Just some things that need to be done on a fresh install..



Metasploit:
cd /opt/framework/lib/ (or /opt/metasploit/common/lib)
mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.bak
mv libssl.so.0.9.8 libssl.so.0.9.8.bak
ln -s /usr/lib/libcrypto.so.0.9.8
ln -s /usr/lib/libssl.so.0.9.8 
msfupdate 

Autologin:
apt-get install rungetty
vi /etc/init/tty1.conf (comment last line and add)
exec /sbin/rungetty tty1 --autologin root
echo "startx" >> /root/.bash_profile

Icon fix:
gconftool -s /apps/metacity/general/button_layout -t string :minimize,maximize,close

Office:
apt-get install python-software-properties
add-apt-repository ppa:libreoffice/ppa
apt-get update
apt-get install libreoffice

more to come...

Cheers :)

Popular Posts