Skip to content

redteam-project/cyber-range-target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyber-range-target

This role endeavors to simplify building a host for a cyber range. This role is for assessment purposes only.

Note: This has the potential to render a host vulnerable. Use with care.

Requirements

Ansible 2.4

Role Variables

---
# defaults file for cyber-range-target
# Which CVE's should be tested on a host
cves_to_test: []
selinux_state: enforcing

Dependencies

There are no known dependencies.

Example Playbook

The following example playbook would ensure that Bash prone to shell shock is available on the host.

---
- hosts: webservers
  remote_user: admin
  become: true
  roles:
    - redteam-project.cyber-range-target
  vars:
    cves_to_test:
    - CVE-2014-6271

License

GPLv3

About

Ansible role that configures a host to be a target in a cyber range

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published