LUKS2 brute force cracker.
You can build the project from source.
- libcryptsetup
- CMake
- make
- gcc
git clone https://github.com/mucahitkurtlar/luxor.git
cd luxor
cmake -B build -S .
cmake --build buildAlternatively, you can install the package using makepkg.
git clone https://github.com/mucahitkurtlar/luxor.git
cd luxor/packaging/arch
makepkg -siluxor <device> <wordlist>Example:
luxor /dev/sda1 /usr/share/wordlists/rockyou.txtThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.