Skip to content

Releases: qsecure-labs/overlord

Release of version 1.0

03 Jul 12:20
3270a5f
Compare
Choose a tag to compare

The new version (1.0) includes:

  • Ansible module: This module gives the user the flexibility to create their own YAML playbooks and load them into Overlord on any server they want.
  • User management (via Ansible playbook): We have created an ansible playbook as a template for user creation on the infrastructure. The playbook creates 2 users, uploads their ssh public key from the local machine and enables logging for every user. This will help the consultants to go back and investigate something in case the client asks for it.
  • Redirect to internal C2 server (via autossh) – HTTP, DNS support. The redirector module has the ability now to redirect HTTPS and DNS traffic to the loopback interface. This allows us to tunnel the traffic to an internal IP which is not accessible from the internet. When the redirector is created, Overlord outputs the commands to the terminal window. By doing this your actual C2 can be in your internal network in case you (or your clients) prefer not to host it on the cloud.
  • Upgrade to Terraform 0.12: The previous version used the TF version 0.11 which is now outdated. We have performed an upgrade on all the Redbaron modules to use TF 0.12 and Overlord to download the new TF in the install.sh as well.
  • New Linux distributions support - in the new version, the following distros are supported on c2:
    • AWS: Kali, Ubuntu, Debian
    • DigitalOcean: Ubuntu, Debian
  • New tool support
  • Bug fixes

v0.2 - Overlord First Public Release

07 Jun 17:09
d913dab
Compare
Choose a tag to compare
Pre-release
Update iredmail.sh