Giter Site home page Giter Site logo

seabreg / skul Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cryptcoffee/skul

0.0 2.0 0.0 28.8 MB

Skul is a PoC to bruteforce the Cryptsetup implementation of Linux Unified Key Setup (LUKS).

License: GNU General Public License v2.0

Makefile 2.94% C 96.86% C++ 0.20%

skul's Introduction

  ██████  ██ ▄█▀ █    ██  ██▓    
▒██    ▒  ██▄█▒  ██  ▓██▒▓██▒    
░ ▓██▄   ▓███▄░ ▓██  ▒██░▒██░    
  ▒   ██▒▓██ █▄ ▓▓█  ░██░▒██░    
▒██████▒▒▒██▒ █▄▒▒█████▓ ░██████▒
▒ ▒▓▒ ▒ ░▒ ▒▒ ▓▒░▒▓▒ ▒ ▒ ░ ▒░▓  ░
░ ░▒  ░ ░░ ░▒ ▒░░░▒░ ░ ░ ░ ░ ▒  ░
░  ░  ░  ░ ░░ ░  ░░░ ░ ░   ░ ░   
      ░  ░  ░      ░         ░  ░

Introduction

Skul is a PoC to bruteforce the Cryptsetup implementation of Linux Unified Key Setup (LUKS).

Read about it here.

Features

Most relevant features included in this release:

  • Fast PBKDF2 implementation: we make use of fastpbkdf2, the most powerfull CPU-based implementation of PBKDF2.
  • Multi-thread support
  • Fast master key check: enables the speed-up of the attack up to 20%
  • Configurable incremental bruteforce attack mode
  • Password-list attack mode

Prerequisites

To run Skul the OpenSSL library is required.

Build Skul

$ ./configure 
$ make skul 

Usage

To test Skul we provide an example header of cryptsetup's encrypted disks:

$ ./skul disks/test_disk_py 

To test your own disk you need to dump the LUKS header of the partition:

# dd if=/dev/sdX of=./my_dump bs=1024 count=3072
# chmod myusr:myusr ./my_dump

Then you can run:

$ ./skul ./my_dump

You can configure Skul thruogh its configuration file conf/skul.cfg

skul's People

Contributors

ax avatar blissful1532 avatar cryptcoffee avatar hanyrax avatar pyno avatar wesinator avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.