Info

These are my notes on my specific steps to configure Evilginx. I have tried to highlight things that you would need to change for your deployment scenario but no guarantees!

  1. Start a new tmux session for Evilginx
tmux new-session -A -s evilginx

Note

This command will attempt to attach (the -A argument) to an existing session called evilginx (specified by -s evilginx) before creating a new one

  1. Launch Evilginx
~/evilginx/evilginx
  1. At the Evilginx prompt set your domain and IP
config domain philsphishpharm.click
config ipv4 external 80.78.25.193
config ipv4 bind 80.78.25.193
  1. You will need to restart Evilginx to apply the configuration
(At the Evilginx prompt)
exit

(At the system prompt)
~/evilginx/evilginx

At this point Evilginx should be configured at ready for you to start phishing!