This is an automatized 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.
You would need to have installed:
- AWS CLI (https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
- Terraform (https://learn.hashicorp.com/tutorials/terraform/install-cli)
- Ansible (https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
As well as both access_key and secret_key (https://aws.amazon.com/premiumsupport/knowledge-center/create-access-key/)
- Please note that this will have a cost (unless you are in the Free Tier)
- Move to the Terraform folder (Optional an recommended) 1.1 Put your own Amass config file and reconFTW config file on the files/ folder
- Create a key pair to be used: ssh-keygen -f terraform-keys -t ecdsa -b 521
- Use the terraform init command
- Use the terraform apply commmand
- Click on "yes" when Terraform asks you
- Wait, because it can take up to 15 min.
- Once the process has finished, you can now login with: ssh admin@ip -i terraform-keys
- ???
- If you have finished playing with ReconFTW and hacking the world remember to destroy the instance with the terraform destroy command