- 论坛徽章:
- 1
|
1. 安装需要的关联包,编译基本上默认就可以了。
cd /usr/ports/lang/ruby18 #配置config项选默认
make install clean && rehash
cd /usr/ports/devel/ruby-gems #配置config项里我没用ipv6, 故去掉ipv6项
make install clean && rehash
cd /usr/ports/databases/rubygem-activerecord #配置config项选默认
make install clean && rehash
2. 下载framework-3.1.tar.gz
官方站: http://metasploit.com/projects/Framework/downloads.html
tar zxvf framework-3.1.tar.gz -C /usr/local/
mv /usr/local/{framework-3.1,msf}
cd /usr/local/msf #以命令行模式启动
ruby ./msfconsole #以web模式启动,通过远程http模式访问操作。如: http://x.x.x.x:55555
ruby ./msfweb -a 0.0.0.0 -p 55555
3. 这样,整体安装基本完成。
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/65096/showart_1327901.html
[ 本帖最后由 5sky 于 2008-10-20 18:56 编辑 ] |
|