1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-08-04 12:56:00 +00:00

fixed indentation on luks2hashcat.py

This commit is contained in:
Gabriele Gristina 2025-08-01 02:07:05 +02:00
parent 68c536aca8
commit d0cef2acb3
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -319,7 +319,7 @@ def extract_version2(file):
keyslots_cnt = len(json_header['keyslots'])
if keyslots_cnt == 0:
raise ValueError("no keyslots founds")
raise ValueError("no keyslots founds")
# extract first sector of the segment for entropy check
segment_offset = int(json_header['segments']['0']['offset'])