码迷,mamicode.com
首页 > 其他好文 > 详细

ubuntu12.04 64位 安装w3af以及相关问题的解决

时间:2014-04-30 14:56:04      阅读:569      评论:0      收藏:0      [点我收藏+]

标签:c   t   get   python   安装   di   apt   install   ubuntu   apt-get   64位   

ubuntu12.04 64位下安装w3af:

sudo apt-get install w3af

解决安装之后w3af_console不能运行的问题:

运行w3af_console会提示如下错误:

/usr/bin/w3af_console: 3: /usr/bin/w3af_console: /usr/bin/python2.5: not found
这是由于ubuntu12.04自带的python已经升级成2.7所致

修改/usr/bin/w3af_console

sudo gedit /usr/bin/w3af_console

将其中的python2.5改为python2.7就行了。

ubuntu12.04 64位 安装w3af以及相关问题的解决,布布扣,bubuko.com

ubuntu12.04 64位 安装w3af以及相关问题的解决

标签:c   t   get   python   安装   di   apt   install   ubuntu   apt-get   64位   

原文地址:http://www.cnblogs.com/Chorder/p/3699465.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!