Dora shooting range installation

1. Introduction to Dora shooting range

Dora's one-click shooting range environment, including uploading vulnerabilities, SSRF vulnerabilities, XXE vulnerabilities, XSS vulnerabilities, SQL injection vulnerabilities and other shooting range environments, is developed by WeChat public accounts: Penetrating Cloud Notes, Principal's Journey, and Nanke Tavern.

2. Dora shooting range download

Link: https://pan.baidu.com/s/1swkWnb5cFdTAGU5kAah-ig
Extraction code: xu7j
Decompression password: alangniubishuaiqi
Block password: 616335643

3. Dora shooting range installation

3.1 Windows environment installation

Windows10 + php 5.4.45 + MySQL 5.5.53
The phpStudy integrated environment used here.

3.1.1 Decompression

Unzip the downloaded compressed package. Since we have the phpStudy environment, we only need to copy the www compressed package. After decompression, it is as shown below:
insert image description here

3.1.2 Installation

Visit this directory to see the relevant shooting range environment, and click on each shooting range installation requirement to install it.
insert image description here

3.2 Linux environment installation

To install the LAMP environment in Linux, you can also use the phpStudy integrated environment.

Put the folder under the Web directory, and the installation method is the same as that of Windows.

3.3 Docker environment installation

Project address: https://github.com/yuxianzi/duola

Docker one-click installation.

Docker pull Dora shooting range image:

sudo docker pull registry.cn-hangzhou.aliyuncs.com/duolass/duola:1.2

Docker Run start image:

sudo docker run -d -p 8080:80 registry.cn-hangzhou.aliyuncs.com/duolass/duola:1.2

Just access port 8080.

Guess you like

Origin blog.csdn.net/ssjjtt1997/article/details/118335917