graphcat icon indicating copy to clipboard operation
graphcat copied to clipboard

feature: plot timestamps from outfiles

Open roycewilliams opened this issue 2 years ago • 1 comments

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.

roycewilliams avatar Feb 18 '23 21:02 roycewilliams

Agreed. Will work on it

zblurx avatar Feb 20 '23 10:02 zblurx