Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l1ghtn1ng/mutillidae-ansible
Ansible playbook to install Mutillidae which is a vulnerable web app by design
https://github.com/l1ghtn1ng/mutillidae-ansible
ansible ansible-playbook infosec labs vulnerabilities vulnerable
Last synced: about 1 month ago
JSON representation
Ansible playbook to install Mutillidae which is a vulnerable web app by design
- Host: GitHub
- URL: https://github.com/l1ghtn1ng/mutillidae-ansible
- Owner: L1ghtn1ng
- Created: 2019-05-18T23:55:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T21:13:59.000Z (9 months ago)
- Last Synced: 2024-05-01T12:39:48.416Z (7 months ago)
- Topics: ansible, ansible-playbook, infosec, labs, vulnerabilities, vulnerable
- Language: Jinja
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mutillidae-Ansible
Easy way to install Mutillidae on Ubuntu 22.04 using Ansible,
for more information on this app please see the upstream repo https://github.com/webpwnized/mutillidae. Before running this playbook you will need to run collection_install.sh first but you do need ansible installed before that.# Running playbook
Setup an Ubuntu 22.04 server with a user called ansible and update the IP in the hosts.yml file and do the following from the root of this folder on a host that has ansible installedansible-playbook main.yml -i hosts.yml main.yml -k -K