From cb3b0ffd43a105910de3a43bd0f97f7e175f5c34 Mon Sep 17 00:00:00 2001 From: bxavaby Date: Wed, 22 Oct 2025 22:19:05 +0200 Subject: [PATCH] Add Ansible Vault to the hash list. --- name_that_hash/hashes.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/name_that_hash/hashes.py b/name_that_hash/hashes.py index 1d273a4..2d1ed06 100644 --- a/name_that_hash/hashes.py +++ b/name_that_hash/hashes.py @@ -2633,6 +2633,17 @@ class HashInfo: ), ] ), + Prototype( + regex=re.compile(r"^\$ansible\$2\*[0-9]+\*[a-f0-9]+\*[0-9]+\*[a-f0-9]+\*[0-9]+\*[a-f0-9]+$", re.IGNORECASE), + modes=[ + HashInfo( + name="Ansible Vault", + hashcat=16900, + john="ansible2john", + extended=False + ), + ] + ), Prototype( regex=re.compile(r"^[A-Za-z0-9-_]*\.[A-Za-z0-9-_]*\.[A-Za-z0-9-_]*$", re.IGNORECASE), modes=[