Quickly search the rockyou2024 wordlist for a password.
Based on the C++ port by Mike Madden, which is now modified to be C++20 compliant.
mkdir build
cd build
cmake ..
make
- Search for a password in the wordlist
- Support for searching in the Zip file without extracting it
- Original C++ port by Mike Madden