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!
- Start a new tmux session for Evilginx
tmux new-session -A -s evilginx
Note
This command will attempt to attach (the
-Aargument) to an existing session called evilginx (specified by-s evilginx) before creating a new one
- Launch Evilginx
~/evilginx/evilginx
- 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
- 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!