ubuntu16.04下配置zvuldrill环境

想搭建一个渗透测试环境来学习渗透知识,朋友给推荐了zvuldrill。结果没想到在第一步搭建环境就一直存在各种问题。

从一开始根本没安装php,

                                                         ( 安装成功后进入http:localhost应出现如上界面)

到后面出现:

该网页无法正常运作

code 500

解决措施:修改/etc/php/2.0/apache2/php.ini   中的display_errors 和display_startup_errors两个参数为on。

 

然后又出现:

 

 

原因在于少装了包。ubuntu下依次运行
sudo apt-get install php5-mysql


sudo dpkg-reconfigure php5-mysql
sudo /etc/init.d/mysql restart
sudo /etc/init.d/apache2 restart

posted on 2019-05-20 17:26  LUOJIUzxy  阅读(172)  评论(0)    收藏  举报