Skip to content

mucahitkurtlar/luxor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.