This terraform script creates a droplet and installs bug bounties tools. Currently, following tools are installed:
- amass
- naabu
- ffuf
You can add more tools by modifying core/digitalocean/scripts/deploy_tools.sh
.
Note that modifying the above script will destroy the current droplet and recreate the new one.
To check output of the above bash script, check the following file in the droplet:
tail -100f /var/log/cloud-init-output.log
- Copy
config/sample_config.json
asconfig/config.json
. - Update
do_token
in theconfig/config.json
withREAD/WRITE
digitalocean token.