Merge pull request #3286 from philsmd/executable_extraction_scripts

make our hash extraction scripts executable
pull/3290/head
Jens Steube 2 years ago committed by GitHub
commit e951b96e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save