From cybersecurity-skills
Deploys GoPhish, creates realistic phishing scenarios, and analyzes campaign results to measure organizational resilience.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:performing-phishing-simulation-with-gophishThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
npx claudepluginhub mukul975/anthropic-cybersecurity-skills --plugin cybersecurity-skillsDeploys GoPhish, creates realistic phishing scenarios, and analyzes campaign results to measure organizational resilience.
Deploys GoPhish for authorized phishing simulations: Docker/binary setup, SMTP/email templates, landing pages, campaigns, and result analysis for security awareness.
Instructions for deploying GoPhish, creating phishing scenarios, and analyzing campaign results to improve organizational security awareness.