Git Product home page Git Product logo

john-scripts's People

Contributors

virusfriendly avatar

Watchers

 avatar  avatar

Forkers

dverbeeck

john-scripts's Issues

Provided .chr file not working

In case it helps anyone:

The .chr file provided in this repository gives the error Incorrect charset file format: /root/hex_lower.chr. I downloaded Github's "raw" url using curl $url -o hex_lower.chr (and checked that it was not the redirect page which I downloaded, it really was a file starting with CHR2 and then binary contents).

I still haven't figured out how to simply specify a charset, either directly or to create a chr file. I guess that would be too convenient. The workaround that I found, to create my own .chr file, is by creating a fake pot file and using --make-charset. Steps to make this work:

  1. This is the only contents of ~/.john/john.pot: x:abcdef0123456789

  2. Generate the char file: john --make-charset=hex.chr

  3. Add it to your john config, in my case /etc/john/john.conf:

     [Incremental:myhex]
     File = /path/to/hex.chr
     MinLen = 8
     MaxLen = 8
     CharCount = 16
    
  4. Finally, launch it using: john -i=myhex /etc/shadow (where /etc/shadow is the file you want to crack).

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.