mirror of
https://github.com/kgretzky/evilginx2.git
synced 2026-04-25 00:36:10 +03:00
-
2.2.0 Stable
released this
2018-11-21 16:27:22 +03:00 | 199 commits to master since this release📅 Originally published on GitHub: Thu, 22 Nov 2018 11:30:37 GMT
🏷️ Git tag created: Wed, 21 Nov 2018 13:27:22 GMT- Added option to capture custom POST arguments additionally to credentials. Check
customfield undercredentials. - Added feature to inject custom POST arguments to requests. Useful for silently enabling "Remember Me" options, during authentication.
- Restructured phishlet YAML config file to be easier to understand (phishlets from previous versions need to be updated to new format).
- Removed
namefield from phishlets. Phishlet name is now determined solely based on the filename. - Now when any of
auth_urlsis triggered, the redirection will take place AFTER response cookies for that request are captured. - Regular expression groups working with
sub_filters. - Phishlets are now listed in a table.
- Phishlet fields are now selectively lowercased and validated upon loading to prevent surprises.
- All search fields in the phishlet are now regular expressions by default. Remember about proper escaping!
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
evilginx_linux_x86_2.2.0.zip
0 downloads ·
2026-02-26 02:30:28 +03:00 · 5 MiB -
evilginx_windows_x86_2.2.0.zip
0 downloads ·
2026-02-26 02:30:31 +03:00 · 4.6 MiB
- Added option to capture custom POST arguments additionally to credentials. Check