Client-side password and hash cracking tools from weakpass.com. Everything runs in the browser, nothing is uploaded.
Live at https://tools.weakpass.com
It is one app, each tool is a tab. Open one directly at tools.weakpass.com/#<name>.
passgen: wordlist generator using hashcat rulespasscheck: check if a password is in the wordlist or crackable by common ruleslookup: reveal the password for an MD5, NTLM, SHA1 or SHA256 hash (range API, only a prefix is sent)identify: identify a hash typegenerate: turn a password into a hash, 330 modesbenchmark: hashes per second per modecrack: dictionary, rules, bruteforce and saved workflowsworkflows: preconfigure a chained attack for the crack tabextract: pull a hashcat hash out of a zip, 7z, office, rar or Wi-Fi capture
rules/: hashcat rule setsweakpass.py: command line hash lookup against the weakpass API
Built on crack-js, hashcat-rules-js and hashcat-reverse-rules-js.
