BackTrack includes the Metasploit Framework, but not always the latest version. To install the latest version of Metasploit in BackTrack:
$ sudo bash
# cd /pentest/svn
# rm -rf framework3
# svn co https://www.metasploit.com/svn/framework3/trunk framework3
In order to use the raw socket modules, the pcaprub extension must be installed:
# cd /pentest/svn/framework3/external/pcaprub
# ruby extconf.rb
# make && make install
In order to use the WiFi modues, the lorcon2 extension must be installed:
# cd /pentest/svn
# svn co https://802.11ninja.net/svn/lorcon/trunk lorcon2
# cd lorcon2
# ./configure --prefix=/usr && make && make install
# cd /pentest/svn/framework3/external/ruby-lorcon2
# ruby extconf.rb
# make && make install
Once a fresh Subversion snapshot has been installed, it can be updated with the following command:
# svn update /pentest/svn/framework3/
원본 위치 <http://www.metasploit.com/redmine/projects/framework/wiki/Install_BackTrack>
'IT > Linux' 카테고리의 다른 글
Backtrack4 Exploit-DB Updates (666) | 2010.06.07 |
---|---|
Vmware에서의 Backtrack4 SSH 데몬 실행 (960) | 2010.06.07 |
리눅스에서 콘솔모드로 부팅하는 방법 (1051) | 2010.03.02 |
페도라8에서 경고음 제거하기 (1117) | 2010.03.02 |
vi편집기 set설정하는 vimrc 파일 만들기 (633) | 2010.03.02 |