Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: plot timestamps from outfiles #2

Open
roycewilliams opened this issue Feb 18, 2023 · 1 comment
Open

feature: plot timestamps from outfiles #2

roycewilliams opened this issue Feb 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@roycewilliams
Copy link

Hashcat supports the following --outfile-format format elements:

  # | Format
 ===+========
  1 | hash[:salt]
  2 | plain
  3 | hex_plain
  4 | crack_pos
  5 | timestamp absolute
  6 | timestamp relative

Note especially the timestamp data. For both pentesting and general/academic research, it would be very useful to be able to graph cracking progress along a time axis.

There is some complexity around the configurable nature of the outfile fields format, so there would need to be a way to tell graphcat how to interpret the outfile.

@zblurx
Copy link
Contributor

zblurx commented Feb 20, 2023

Agreed. Will work on it

@zblurx zblurx added the enhancement New feature or request label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants