š·āāļø Working on Checker
Checker is a tool to see if your password is in any popular wordlist.
Nil
153 Words Reading Time: 41 Seconds
06-21-2024 09:01 +0000
Working on Checker
This days I’m working on Checker, a tool that will check if your password is in any popular wordlist.
Which wordlists are you using?
You can check it anytime in the source code. At this moment, I’m only using SecLists Common-Credentials. Everybody is free to suggest more wordlists!
How does it work?
The idea is simple. You enter a password and the tool will check if it is in any popular wordlist. If it is, it will tell you which one. Underneath, the frontend will translate the introduced password to SHA3-512 and will send it to the backend. The backend has a computed list of SHA3-512 passwords from the wordlists. If the password is in the list, it returns the wordlist name.
When will it be ready?
The tool is almost ready. I’m working on the frontend and the backend. I hope to have it ready in a few days.