Skip to content

tomas321/owasp-honeypot-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owasp-honeypot-ansible

Provide deployment for OWASP python Honeypot. It comprises of Ansible roles required to install and prepare the honeypot.

Structure

docker - Ansible role to install Docker.

mongodb - Ansible role to install mongodb.

owasp-honeypot - Ansible role followinf OWASP honeypot installation guide

Example Ansible playbook

- hosts: servers
  roles:
    - owasp_honeypot/docker
    - owasp_honeypot/mongodb
    - owasp_honeypot/owasp-honeypot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages