Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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