Skip to content
/ CCDC Public

Here is the repository of security deployment for CDC

Notifications You must be signed in to change notification settings

osusec/CCDC

Repository files navigation

Easily deploy security checks to servers

Installation

In order to properly run this, you need to install ansible:

With package manager:

sudo apt-get install ansible

With pip:

pip install ansible

You will also need sshpass:

sudo apt-get install sshpass

Usage

  1. Generate public and private keys and place them in the keys/ folder
  2. Add a password in the keys/pass.txt file.
  3. Modify inventory file with hosts and default username/password
  4. Run the playbook: ansible-playbook <playbook> -i inventory.ini

About

Here is the repository of security deployment for CDC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published