Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vschwaberow/rockyou2024
Quickly search the rockyou2024 wordlist for a password.
https://github.com/vschwaberow/rockyou2024
Last synced: about 1 month ago
JSON representation
Quickly search the rockyou2024 wordlist for a password.
- Host: GitHub
- URL: https://github.com/vschwaberow/rockyou2024
- Owner: vschwaberow
- License: mit
- Created: 2024-07-08T16:20:57.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-23T20:35:40.000Z (6 months ago)
- Last Synced: 2024-07-24T20:54:46.862Z (6 months ago)
- Language: C++
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rockyou2024
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.
## Compilation
```bash
mkdir build
cd build
cmake ..
make
```## Features
- [x] Search for a password in the wordlist
- [x] Support for searching in the Zip file without extracting it* [Original C++ port](https://github.com/mikemadden42/rockyou2024) by Mike Madden