server icon indicating copy to clipboard operation
server copied to clipboard

[ENHANCEMENT]: Export Hashlist LineCount

Open gpascal123 opened this issue 7 months ago • 0 comments

Description

Via the RowAction menu of a hashlist, a file can be created with the "Export Hashlist" button. http://localhost:8080/api/v2/helper/exportCrackedHashes Payload: {“hashlistId”:1}

If this file has no lines, the value “null” is entered in the DB column ‘lineCount’ in the “File” table.

It would be good if the backend did not enter “null” here but “0”.

gpascal123 avatar Jun 10 '25 13:06 gpascal123