Luxor
LUKS2 brute-force cracker
Install / Use
/learn @mucahitkurtlar/LuxorREADME
luxor
LUKS2 brute force cracker.
Table of Contents
Installation
Build from source
You can build the project from source.
Dependencies
- libcryptsetup
- CMake
- make
- gcc
Build
git clone https://github.com/mucahitkurtlar/luxor.git
cd luxor
cmake -B build -S .
cmake --build build
Arch Linux
Alternatively, you can install the package using makepkg.
git clone https://github.com/mucahitkurtlar/luxor.git
cd luxor/packaging/arch
makepkg -si
Usage
luxor <device> <wordlist>
Example:
luxor /dev/sda1 /usr/share/wordlists/rockyou.txt
License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
