npx claudepluginhub plurigrid/asi --plugin asiThis skill uses the workspace's default tool permissions.
GoPhish is an open-source phishing simulation framework used by security teams to conduct authorized phishing awareness campaigns. It provides campaign management, email template creation, landing page cloning, and comprehensive reporting. This skill covers deploying GoPhish, creating realistic phishing scenarios, and analyzing campaign results to measure and improve organizational resilience.
Deploys GoPhish for authorized phishing simulations, covering Docker/binary setup, campaign configuration with email templates/landing pages, and result reporting for security awareness.
Deploys GoPhish for authorized phishing simulations in security awareness training, covering campaign management, email templates, landing pages, and result analysis via API.
Automates GoPhish phishing simulation campaigns using Python gophish library: creates email templates with tracking, SMTP profiles, CSV target groups, launches campaigns, analyzes open/click/credential stats for security awareness.
Share bugs, ideas, or general feedback.
GoPhish is an open-source phishing simulation framework used by security teams to conduct authorized phishing awareness campaigns. It provides campaign management, email template creation, landing page cloning, and comprehensive reporting. This skill covers deploying GoPhish, creating realistic phishing scenarios, and analyzing campaign results to measure and improve organizational resilience.
# Docker deployment
docker pull gophish/gophish
docker run -d --name gophish -p 3333:3333 -p 8080:80 gophish/gophish
# Or binary deployment
wget https://github.com/gophish/gophish/releases/latest/download/gophish-v0.12.1-linux-64bit.zip
unzip gophish-v0.12.1-linux-64bit.zip
chmod +x gophish
./gophish
{{.Tracker}}{{.URL}}{{.FirstName}}, {{.LastName}}, {{.Position}}Use the automation script to pull campaign data via GoPhish API and generate detailed analytics reports.