ustayready / CredSniper

CredSniper is a phishing framework written with the Python micro-framework Flask and Jinja2 templating which supports capturing 2FA tokens.
Apache License 2.0
1.31k stars 293 forks source link

your script dont have wrong password page #17

Closed optimus1985 closed 6 years ago

optimus1985 commented 6 years ago

when target write wrong password .your script dont show wrong password page

ustayready commented 6 years ago

This isn't a bug, it's by design. It's intended to capture creds regardless if they are right or wrong. Adding functionality to direct the user to a wrong password page is doable, feel free to make a pull request. :)