Do not initialize backend devices in case --id is used and some bug fixes

This commit is contained in:
Jens Steube
2021-06-12 10:47:48 +02:00
parent 2b68d4bec1
commit 7fc0ac4ef1
18 changed files with 123 additions and 90 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
## Features
##
- Autodetect hash-type: performs an automatic analysis of the input hash(es), associating compatible algorithms, or executing the attack if only one compatible format is found.
- Autodetect hash-type: performs an automatic analysis of the input hash(es), associating compatible algorithms, or executing the attack if only one compatible format is found
- Autodetect hash-type: Added option --identify to limit hashcat to perform only autodetection of hash-type and to skip the backend device initialization
##
## Bugs