DEV Community

Aimaan Khan
Aimaan Khan

Posted on

Made a password cracker that is so fast... left me laughing!

I made a password cracker called "WildFire" in my WSL but when i did try some tests, it gave outputs fast as hashcat! Okay you just provide it with some wordlist and hashes then it checks them in hash and yes if it finds a matching hash then you get the output e.g:
pass.txt | hash.txt
hello | 5d41402abc4b2a76b9719d911017c592

Yes it sees hello as "5d41402abc4b2a76b9719d911017c592" and if it matches in the hash file then you get it! It is so fast like hahscat, it is ALMOST fast as that!

Top comments (0)