From d0cef2acb37c60411c3fca085e6fc7cdcb5d2631 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Fri, 1 Aug 2025 02:07:05 +0200 Subject: [PATCH] fixed indentation on luks2hashcat.py --- tools/luks2hashcat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/luks2hashcat.py b/tools/luks2hashcat.py index db1a251be..ee70cb253 100755 --- a/tools/luks2hashcat.py +++ b/tools/luks2hashcat.py @@ -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'])