Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Sessions with correct Username and Password Even Without 2FA Approval #1095

Open
b0DW opened this issue Jul 31, 2024 · 0 comments
Open

Comments

@b0DW
Copy link

b0DW commented Jul 31, 2024

Currently, Evilginx only saves sessions when all tokens, including 2FA tokens, are captured. This means that if a user enters a correct username and password but does not approve the 2FA, the session is not stored. This limitation prevents the collection of sessions based solely on valid username and password entries.

For example:

When a user enters the correct username and password, I capture "cookieexample1."
When a user approves the 2FA, I capture "cookieexample2."

This way, I have a perfect method to know if a user declines 2FA but enters the correct credentials.

So, if a user doesn't approve 2FA, the session is considered not captured, which is correct. However, it would be a great feature for statistics if you could somehow flag sessions as "correct credentials but declined 2FA."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant