Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.34 KB

reconFTW loves Ansible+Terraform <3

This is an automated script created to work under AWS by using Terraform and Ansible. It allows you to easily deploy it or to easily adapt it into your IaaC strategy.

Requirements

You would need to have installed:

As well as both access_key and secret_key (https://aws.amazon.com/premiumsupport/knowledge-center/create-access-key/)

Deploying reconFTW on the AWS Cloud using Terraform and Ansible

Note: this will charge costs (unless you are in the Free Tier)

  1. Move to the Terraform folder (optional but recommended): cd terraform
    • Put your own Amass config file and reconFTW config file on the files/ folder
  2. Create a key pair to be used, e.g: ssh-keygen -f terraform-keys -t ecdsa -b 521
  3. Run terraform init
  4. Run terraform apply
  5. Type "yes" and hit enter
  6. Wait, because it can take up to 15 min.
  7. Once the process has finished, you can now login, using ssh admin@ip -i terraform-keys
  8. ???
  9. If you have finished playing with reconFTW and hacking the world, remember to destroy the instance using terraform destroy