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 build
Alternatively, you can install the package using makepkg.
git clone https://github.com/mucahitkurtlar/luxor.git
cd luxor/packaging/arch
makepkg -si
luxor <device> <wordlist>
Example:
luxor /dev/sda1 /usr/share/wordlists/rockyou.txt
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.