mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
cleanup: remove spaces at the end of lines
This commit is contained in:
parent
372d3a127f
commit
66e3786aaa
@ -125,7 +125,7 @@ def process_file(filename, legacy = False):
|
|||||||
# Firefox
|
# Firefox
|
||||||
data = process_sqlite(filename)
|
data = process_sqlite(filename)
|
||||||
elif filename.endswith(".json"):
|
elif filename.endswith(".json"):
|
||||||
# json - Desktop
|
# json - Desktop
|
||||||
with open(filename, "rb") as f:
|
with open(filename, "rb") as f:
|
||||||
data = f.read()
|
data = f.read()
|
||||||
data = process_json(data)
|
data = process_json(data)
|
||||||
|
@ -27,7 +27,7 @@ sub module_generate_hash
|
|||||||
if (length ($salt) == 8)
|
if (length ($salt) == 8)
|
||||||
{
|
{
|
||||||
$date = $salt;
|
$date = $salt;
|
||||||
$longdate = sprintf ("%sT000000Z", $date);
|
$longdate = sprintf ("%sT000000Z", $date);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (length ($salt) == 16)
|
if (length ($salt) == 16)
|
||||||
|
Loading…
Reference in New Issue
Block a user