当前位置:网站首页>DVWA installation tutorial (understand what you don't understand · in detail)
DVWA installation tutorial (understand what you don't understand · in detail)
2022-07-31 04:52:00 【geejkse_seff】
There was a little problem when I installed it myself. Now let's share the steps that have been successful. Follow the rookie and never lose contact~~~~
First of all, the environment is matched, and the win10 system is used here.
https://www.xp.cn/###Official website download
I am using the latest version here.
After downloading, install it without any brains (of course, choosing a disk is no problem), and then test whether it is successful or not.
After startup, log in to the website 127.0.0.1 or the local address to view.(successful)
The environment is successfully set up, and the next step is DVWA
You can search online directly, the link is provided here
DVWA - Damn Vulnerable Web Application direct download
When decompressing, pay attention to put the files in the phpstudy WWW directory (that is, the root directory)
Enter the directory and open the config folder, there will be a config.inc.php.dist file, copy this file and paste it in this directory and delete .dist
Edit this file
User and password must be changed to root. Here we can see that our key is gone. It may be used in subsequent experiments. We need to complete it, otherwise there will be a missing error later, and some relatedThe experiment cannot be started, save it after modification
DVWA reCAPTCHAkey: Missing solution_?RBPi' Blog-CSDN blog_dvwa key### can refer to here
I will also list the key of the big guy here
Site key:
6LdJJlUUAAAAAH1Q6cTpZRQ2Ah8VpyzhnffD0mBb
Secret key:
6LdJJlUUAAAAAM2a3HrgzLczqdYp4g05EqDs-W4K
Then try to log in, the address of your own directory is like this:
127.0.0.1/DVWA-master will be a bit slow, and it will enter the login interface by itself later.Default user/password admin /password
Login was successful and there were no missing errors.But we also found that there is a PHP function allow_url_include: Disabled error.
The following prompts that we need to turn on, but there is a problem here. Most people are looking for the php.ini file in the DWVA-master directory.This is not right, it's already On here, just search the upper level of the root.
Pay attention to the path, it is the folder of the php version number.
Open, find the two codes that are prompted
Modify and save and log in again to see.
Resolve the settlement....
If you find it helpful, please click your thumbs up.Xiaobai leads Xiaobai on the road, never get lost!!!
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
- Blockbuster | foundation for platinum, gold, silver gave nameboards donors
- The Vue project connects to the MySQL database through node and implements addition, deletion, modification and query operations
- STM32HAL library modifies Hal_Delay to us-level delay
- 手把手实现图片预览插件(三)
- [C language] Detailed explanation of operators
- MySQL数据库安装配置保姆级教程(以8.0.29为例)有手就行
- 【py脚本】批量二值化处理图像
- Unity手机游戏性能优化系列:针对CPU端的性能调优
- Minesweeper game (written in c language)
- sql语句-如何以一个表中的数据为条件据查询另一个表中的数据
猜你喜欢
随机推荐
MySQL数据库必会的增删查改操作(CRUD)
ENSP,划分VLAN、静态路由,三层交换机综合配置
ERROR 2003 (HY000) Can't connect to MySQL server on 'localhost3306' (10061)
【wpf】wpf中的那些模板之深度解析
Recursive implementation of the Tower of Hanoi problem
sql语句之多表查询
专访 | 阿里巴巴首席技术官程立:云+开源共同形成数字世界的可信基础
Sql解析转换之JSqlParse完整介绍
Minesweeper game - C language
简易网络文件拷贝的C实现
MySQL数据库安装配置保姆级教程(以8.0.29为例)有手就行
PCL calculates the point cloud coordinate maximum and its index
HCIP第十天_BGP路由汇总实验
EasyExcel的简单读取操作
Three oj questions on leetcode
DVWA靶场环境搭建
el-image tag doesn't work after binding click event
centos7安装mysql5.7步骤(图解版)
[R language] [3] apply, tapply, lapply, sapply, mapply and par function related parameters
益智类游戏关卡设计:逆推法--巧解益智类游戏关卡设计