Skip to content

Open-Source Phishing Toolkit

Notifications You must be signed in to change notification settings

yuno-payments/gophish

 
 

Repository files navigation

Secops Phishing Tool - Gophish - Terraform repository

Build infrastructure - Legacy

terraform plan
terraform apply

Build infrastructure - Tofu useful commands

tofu init
tofu workspace list
tofu workspace select devops
tofu state list
tofu apply

Get initial credentials

  1. Access to the instance through SSM
  2. Run the following command in the shell
grep -n "Please login with the username admin and the password" /var/log/syslog
  1. Access to http://my-private-ip:3333

Custom steps

  1. Get domain
  2. Create Hosted Zone in Route53
  3. Configure certificate using ACM to add SSL
  4. Configure AWS SES to add new domain (or use any SMTP server)
  5. Add smap rules to Google Account to allow incoming messages from new domain
  6. Run terraform

For more information refer to @secops at Yuno

Releases

No releases published

Packages

No packages published

Languages

  • HCL 62.0%
  • Shell 22.3%
  • HTML 15.7%