======updates==========Update the Package Index: The APT package index is essentially a database of available packages from the repositories defined in the
/etc/apt/sources.list
file. To update the local package index with the latest changes made in repositories, type the following: sudo apt-get update
sudo apt-get upgrade
======change the IP address BEGIN==========
1. Login to the system and open up /etc/network/interfaces
sub0@natty:~$ sudo nano /etc/network/interfaces
2. Modify the last line:
iface eth0 inet static
3. Change the ip. The primary network interface auto eth0
iface eth0 inet
static address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.1
4. save it. and run
sub0@natty:~$ sudo ifdown eth0
sub0@natty:~$ sudo ifup eth0
1. msfupdate
more info @ https://community.rapid7.com/docs/DOC-1306
======update BackTrack==========
apt-get update======start dradis=========
apt-get upgrade
1. root@bt:~# cd /pentest/misc/dradis/
root@bt:/pentest/misc/dradis# ./start.sh
2. Navigate to https://localhost:3004/
3. user and password = dradis
4. db_import didnt import so import from the web interface
======Installing Metasploit Framework + PostgreSQL DB Backend Under Ubuntu 12.04 LTS==========
http://dangertux.wordpress.com/2011/12/08/installing-metasploit-framework-postgresql-db-backend-under-ubuntu-12-04-lts/
======adding Metasploit and the Pcaprub wrapper=========
http://blog.carlosgarciaprado.com/?tag=metasploit-pcaprub-pentesting
http://redmine.backtrack-linux.org:8080/issues/148
Comments
Post a Comment