Skip to content

offensive-terraform/terraform-aws-ec2-kali-linux

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AWS EC2 Kali Linux

OffensiveTerraform OffensiveTerraform OffensiveTerraform

Offensive Terraform module which creates Kali Linux from the AWS marketplace and installs cloud security tools (Pacu, Cloudsplaining, ScoutSuite).

Included Cloud Security Tools

Included Cloud Tools

Requirements

Subscribe Kali Linux on Marketplace

Diagram

Attack Diagram

Usage

module "ec2-kali-linux" {
    source  = "offensive-terraform/ec2-kali-linux/aws"
}

output "ssh_ec2_kali_linux_connect" {
  value = module.ec2-kali-linux.ssh_ec2_kali_linux_connect
}

output "ssh_private_key" {
  value = module.ec2-kali-linux.ssh_private_key
}

Author

Module managed by Itgel (Jack) Ganbold

Follow me on Twitter @itgel_ganbold