https://github.com/ait-testbed/atb-ansible-metasploit
AECID testbed ansible-role for installing metasploit
https://github.com/ait-testbed/atb-ansible-metasploit
aecid ansible ansible-role atb metasploit testbed
Last synced: about 1 month ago
JSON representation
AECID testbed ansible-role for installing metasploit
- Host: GitHub
- URL: https://github.com/ait-testbed/atb-ansible-metasploit
- Owner: ait-testbed
- Created: 2023-05-22T14:58:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T13:30:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T16:13:27.959Z (over 1 year ago)
- Topics: aecid, ansible, ansible-role, atb, metasploit, testbed
- Language: Jinja
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible-Role: Metasploit
========================
This role simply installs Metasploit
Requirements
------------
Any Debian or Ubuntu should do.
Role Variables
--------------
```
metasploit_url: "https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb"
metasploit_user: root
metasploit_msfdb: False
```
Example Playbook
----------------
```
- hosts: localhost
roles:
- role: metasploit
```
The following example initializes the msfdb for user "ubuntu":
```
- hosts: localhost
roles:
- role: metasploit
vars:
metasploit_user: ubuntu
metasploit_msfdb: True
```
License
-------
GPL-3.0
Author Information
------------------
Wolfgang Hotwagner (https://www.ait.ac.at)