mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-21 14:08:21 +00:00
Documents: Renamed status_code.txt in exit_status_code.txt and added device_status_code.txt
This commit is contained in:
parent
57c8ac4b54
commit
161f00b9de
@ -136,6 +136,7 @@
|
|||||||
- Dependencies: Updated xxHash to 0.8.3 (commit 50f4226)
|
- Dependencies: Updated xxHash to 0.8.3 (commit 50f4226)
|
||||||
- Building: Support building windows binaries on macOS using MinGW
|
- Building: Support building windows binaries on macOS using MinGW
|
||||||
- Dependencies: Updated OpenCL-Headers to v2024.10.24 (commit 265df85)
|
- Dependencies: Updated OpenCL-Headers to v2024.10.24 (commit 265df85)
|
||||||
|
- Documents: Renamed status_code.txt in exit_status_code.txt and added device_status_code.txt
|
||||||
- Documents: Updated BUILD.md and added BUILD_macOS.md (containing instructions for building windows binaries on macOS)
|
- Documents: Updated BUILD.md and added BUILD_macOS.md (containing instructions for building windows binaries on macOS)
|
||||||
- Modules: Added support for non-zero IVs for -m 6800 (Lastpass). Also added `tools/lastpass2hashcat.py`
|
- Modules: Added support for non-zero IVs for -m 6800 (Lastpass). Also added `tools/lastpass2hashcat.py`
|
||||||
- Modules: Updated module_unstable_warning
|
- Modules: Updated module_unstable_warning
|
||||||
|
20
docs/device_status_code.txt
Normal file
20
docs/device_status_code.txt
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
Device Status Codes:
|
||||||
|
====================
|
||||||
|
|
||||||
|
0 = "Initializing"
|
||||||
|
1 = "Autotuning"
|
||||||
|
2 = "Selftest"
|
||||||
|
3 = "Running"
|
||||||
|
4 = "Paused"
|
||||||
|
5 = "Exhausted"
|
||||||
|
6 = "Cracked"
|
||||||
|
7 = "Aborted"
|
||||||
|
8 = "Quit"
|
||||||
|
9 = "Bypass"
|
||||||
|
10 = "Aborted (Checkpoint)"
|
||||||
|
11 = "Aborted (Runtime)"
|
||||||
|
12 = "Running (Checkpoint Quit requested)"
|
||||||
|
13 = "Error"
|
||||||
|
14 = "Aborted (Finish)"
|
||||||
|
15 = "Running (Quit after attack requested)"
|
||||||
|
16 = "Autodetect"
|
Loading…
Reference in New Issue
Block a user