make our hash extraction scripts executable

This commit is contained in:
philsmd 2022-05-21 11:45:48 +02:00
parent f161c3c181
commit a6c21e7ffc
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF
5 changed files with 275 additions and 273 deletions

1
tools/bitwarden2hashcat.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
"""Utility to extract Bitwarden hash for hashcat from Google Chrome / Firefox / Desktop local data"""
#

0
tools/metamask2hashcat.py Normal file → Executable file
View File

1
tools/mozilla2hashcat.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
#
# Script to extract the "hash" from a password protected key3.db or key4.db file.
#

0
tools/virtualbox2hashcat.py Normal file → Executable file
View File

0
tools/vmwarevmx2hashcat.py Normal file → Executable file
View File