command
module
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Mar 14, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Hashkill
♻️ Changelog v0.1.1
- Separated methods/functions by particular files
- Some fixes
❓ What is this?
- A simple golang script to generate pre-hashed files to speed up password cracking, using standard methods to speed up hash locating.
🤖 Instructions:
-
Download done hashlists:
make download
(Up to 700MB+ download)
-
Create custom pre-hashed files:
hashkill -c -w <wordlist> -a <algorithm> -n <file name>
-
Crack hashs (unique):
hashkill -C -a <algorithm> -H <hash>
-
Crack hashs (multiple/files):
hashkill -C -a <algorithm> -f <file path>
✅ Available hashtypes:
- md5
- sha1
- sha224
- sha256
- sha384
- sha512
- sha3_224
- sha3_256
- sha3_384
- sha3_512
- sha512_224
- sha512_256
- blake2s
- blake2b_256
- blake2b_384
- blake2b_512
🔧 Setup:
Clone this repository:
git clone https://github.com/z3oxs/hashkill
or Download ZIP and unzip;
Move to repository:
cd hashkill
Config:
make install
Run:
hashkill --help
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.