roycewilliams / analyze_hc_restore

Analyze and modify hashcat .restore files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

The goal of this project is to make the content of a hashcat .restore file human-readable.

The format of these files is defined here: https://hashcat.net/wiki/restore

Requirements

Software:

  • Perl must be installed (should work on *nix and windows with perl installed)

Installation and First Steps

Usage and command line options

A very interesting feature of this tool is, that it is able to modify .restore files (besides making them human-readable).

To list the OPTIONS available use:
./analyze_hc_restore.pl --help

Hacking

  • More features
  • CLEANUP the code, use more coding standards, make it easier readable, everything is welcome (submit patches!)
  • all bug fixes are welcome
  • testing with different .restore files and/or write tests
  • solve and remove the TODOs (if any exist)
  • and,and,and

Credits and Contributors

Credits go to:

  • philsmd, hashcat project

License/Disclaimer

License: belongs to the PUBLIC DOMAIN, donated to hashcat, credits MUST go to hashcat and philsmd for their hard work. Thx

Disclaimer: WE PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE Furthermore, NO GUARANTEES THAT IT WORKS FOR YOU AND WORKS CORRECTLY

About

Analyze and modify hashcat .restore files


Languages

Language:Perl 100.0%