hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.42k stars 212 forks source link

[ENHANCEMENT]: Show hashtypenumber on existing task #1031

Open rixvet opened 7 months ago

rixvet commented 7 months ago

Description

Feature Request Possibility to show hashtype (hashcat -m) number on an existing task. For example on hashlists overview page (hashlists.php) or hashlist details page (e.g. hashlists.php?id=1).

Reason The hashtype (hashcat -m) identifier is unique and commonly used when referring to an hashtype. The description how-ever free-format making potentially confusing to find out which hashtype is meant by the description (have to remember it). It's convenient to have the hashtype listed as well.

xbenyx commented 7 months ago

It's implemented in the dev version. As we have some the option to select columns, its new columns. Regarding hash-type, we have a column that displays hash-type number and description in tasks overview and hash-lists overview.

image

image

if that is what you are looking for, we can close this?