274
Appendix A
This sequence of commands will select all available updates within
Back|Track. After you have updated Back|Track by entering
y
(for yes) when
prompted to accept the SVN certificate, your system still needs some minor
updates to Metasploit, Fast-Track, and the SET.
root@bt:~#
cd /opt/framework3/msf3
/
root@bt:/opt/framework3/msf3#
msfupdate
. . . SNIP . . .
Updated to revision XXXX.
root@bt:/opt/framework3/msf3#
cd /pentest/exploits/set/
root@bt:/pentest/exploits/set#
svn update
. . . SNIP . . .
Updated to revision XXXX.
root@bt:/pentest/exploits/set#
cd /pentest/exploits/fasttrack/
root@bt:/pentest/exploits/fasttrack#
svn update
. . . SNIP . . .
At revision XXXX.
root@bt:/pentest/exploits/fasttrack#
In Back|Track, Metasploit is located at
/opt/framework3/msf3/
, so
change to that directory prior to updating the Framework via subversion
with
msfupdate
.
Once Metasploit is updated, change to
/pentest/exploits/set
/
and run
svn
update
. Lastly, change to
/pentest/exploits/fasttrack
/
and update Fast-Track.
You have now created and updated the testing environment that you will
use as you work through the examples in this book.