1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-09 07:11:03 +00:00

Merge pull request #3286 from philsmd/executable_extraction_scripts

make our hash extraction scripts executable
This commit is contained in:
Jens Steube 2022-05-21 15:25:34 +02:00 committed by GitHub
commit e951b96e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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