Metasploit3的更新(升级)方法

Post by mrchen, 2010-11-13, Views:
原创文章如转载,请注明:转载自冠威博客 [ http://www.guanwei.org/ ]
本文链接地址:http://www.guanwei.org/post/securitytools/11/Metasploit-update.html

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

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/

Tags: Metasploit  更新  升级  update 
本文未看懂?联系冠威客服,享受手把手服务,远程、现场任您选。优惠期间,免费服务!
有更好的解决方案?联系冠威客服,加入冠威,成为冠威客。发表文章,赚取佣金!
冠威客服:E-mail:Service@GuanWei.Org QQ:1026092 合作伙伴:淘男网
分类:安全工具 | 评论:2 | 引用:0
分享到:

上一篇:判断客户端是否使用代理服务器及其匿名级别
下一篇:华为交换机镜像端口配置

或许你还对下面的文章感兴趣

Comments

  • quote 1.mrchen
  • 推荐大家直接 用@bt#svn ls http://www.metaspliot.com/svn/framework3/trunk/ 设置为svn的list

    之后会出来一个选项 大家可以选择P 永久

    然后用 @bt#svn update /opt/metaspliot3/msf3/

    这样svn就会自动更新 metaspliot 了

  • 2010-11-14 9:27:40 回复

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Hot Articles

New Articles

Last Comments

Guest