l50 / ansible-collection-arsenal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Collection: l50 arsenal

License Pre-Commit Molecule Test Renovate

This Ansible collection provides offsec tools, configurations, and utilities that I employ regularly.

Requirements

  • Ansible 2.15 or higher

Installation

Install the Workstation collection from Ansible Galaxy:

ansible-galaxy collection install git+https://github.com/l50/ansible-collection-arsenal.git,main

Roles

Sliver

Installs and configures Sliver, a cross-platform implant framework.

TTPForge

Installs and configures TTPForge, a Cybersecurity Framework for developing, automating, and executing attacker Tactics, Techniques, and Procedures (TTPs).

Usage

Include the roles from this collection in your playbook. Here's an example:

---
- name: Provision container
  hosts: localhost
  roles:
    - l50.arsenal.sliver
    - l50.arsenal.ttpforge
    ...

License

This collection is licensed under the MIT License - see the LICENSE file for details.

Support

Authors

About

License:MIT License


Languages

Language:Shell 34.9%Language:Go 31.1%Language:Python 24.7%Language:Ruby 7.0%Language:Jinja 2.5%