- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 136字
- 2021-07-02 21:04:11
Mutillidae
Mutillidae is an open source insecure web application that is designed for penetration testers to practice web app-specific vulnerability exploitation.
XAMPP is another free and open source cross-platform web server solution stack package, developed by Apache Friends. XAMPP can be downloaded from this URL:
https://www.apachefriends.org/download.html
We will now be installing XAMPP to our newly installed Microsoft Windows 2008 R2 server to host it. Once XAMPP is downloaded, let's go ahead and install the executable by following the wizard. Once the installation is complete, launch XAMPP and you should be able to see the following screen:

Mutillidae can be downloaded from https://sourceforge.net/projects/mutillidae/files/latest/download.
Unzip the file and copy the folder to c:\yourxampplocation\htdocs\<mutillidae>.
We should be able to see the web application installed successfully, as shown in the following screenshot, and it can be accessed by visiting http://localhost/mutillidae/:

- 軟件項目估算
- 基于粒計算模型的圖像處理
- 潮流:UI設計必修課
- 小創客玩轉圖形化編程
- Java持續交付
- 秒懂設計模式
- TypeScript實戰指南
- Getting Started with LLVM Core Libraries
- Unity 2D Game Development Cookbook
- Raspberry Pi Home Automation with Arduino(Second Edition)
- jQuery Mobile移動應用開發實戰(第3版)
- Django 3.0入門與實踐
- Learning Bootstrap 4(Second Edition)
- 深入實踐C++模板編程
- KnockoutJS Blueprints