在DVWA平台中测试文件包含是出现错误信息include(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0,原因是设置allow_url_open 与allow_url_include 位置不对,在C:\xampp\htdocs\DVWA\php.ini文件中都设置为on并不会起作用,需要在xampp管理器中对php.ini进行设置。

如下图所示

DVWA file inclusion 出错 allow_url_fopen=0


在apache中选择config-php(php.ini),打开设置配置文件,在在配置文件中将allow_url_include =On 、allow_url_open=On,保存文件,重启Apache服务器,问题即可解决。

相关文章:

  • 2021-05-29
  • 2021-06-10
  • 2021-04-17
  • 2021-12-25
  • 2021-08-22
  • 2022-12-23
  • 2021-12-15
  • 2021-06-19
猜你喜欢
  • 2021-12-05
  • 2021-06-03
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-12-23
  • 2021-11-06
相关资源
相似解决方案