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=[