SkillAgentSearch skills...

Luxor

LUKS2 brute-force cracker

Install / Use

/learn @mucahitkurtlar/Luxor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Languages

C

Security Score

75/100

Audited on Oct 15, 2024

No findings