Skip to content

Simple script to create hashlists to speed up hash cracking

License

Notifications You must be signed in to change notification settings

imf4ll/hashkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ██░ ██  ▄▄▄        ██████  ██░ ██  ██ ▄█▀ ██▓ ██▓     ██▓    
▓██░ ██▒▒████▄    ▒██    ▒ ▓██░ ██▒ ██▄█▒ ▓██▒▓██▒    ▓██▒    
▒██▀▀██░▒██  ▀█▄  ░ ▓██▄   ▒██▀▀██░▓███▄░ ▒██▒▒██░    ▒██░    
░▓█ ░██ ░██▄▄▄▄██   ▒   ██▒░▓█ ░██ ▓██ █▄ ░██░▒██░    ▒██░    
░▓█▒░██▓ ▓█   ▓██▒▒██████▒▒░▓█▒░██▓▒██▒ █▄░██░░██████▒░██████▒
 ▒ ░░▒░▒ ▒▒   ▓▒█░▒ ▒▓▒ ▒ ░ ▒ ░░▒░▒▒ ▒▒ ▓▒░▓  ░ ▒░▓  ░░ ▒░▓  ░
 ▒ ░▒░ ░  ▒   ▒▒ ░░ ░▒  ░ ░ ▒ ░▒░ ░░ ░▒ ▒░ ▒ ░░ ░ ▒  ░░ ░ ▒  ░
 ░  ░░ ░  ░   ▒   ░  ░  ░   ░  ░░ ░░ ░░ ░  ▒ ░  ░ ░     ░ ░   
 ░  ░  ░      ░  ░      ░   ░  ░  ░░  ░    ░      ░  ░    ░  ░



♻️ Changelog v0.1.5

  • Removed AnonFiles wordlist download (R.I.P. AnonFiles)
  • Fixed 'wordlist not in folder' error



❓ 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

Run:

hashkill --help