Skip to content

Terraform enterprise automation to deploy Kali Linux penetration testing instances in AWS

License

Notifications You must be signed in to change notification settings

hexrom/terrakali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

terrakali

Terraform automation to deploy Kali Linux penetration testing distro instances in AWS

Module Inputs

Name Description Type Default Required
name Name or deployed instance string none yes
subnet_id Subnet Id where to deploy the instance string none yes
security_groups Security groups to be attached to the new instance list none yes
tags Tags to be added to new instance map none yes
public_key Public key used to access new instance via SSH string none yes

Example Login to Kali Linux instances

ssh -i "~/.ssh/id_rsa" kali@internal_ip_address_of_instance

About

Terraform enterprise automation to deploy Kali Linux penetration testing instances in AWS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages