kgretzky / evilginx2

Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.87k forks source link

Add ability to customise redirect page contents #1053

Open stephenbradshaw opened 2 months ago

stephenbradshaw commented 2 months ago

This PR provides the capability to override the default HTML/JavaScript redirect template with an alternate format string. Currently inline in the config file given the length of the default value and the fact that its a format string, not sure if this would be better as a reference to a file or another approach with a more explicit variable for the URL instead?