Skip to content

nakerahnetwork/PlainHash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

PlainHash

  • PlainHash written by python 3.9.1

info

  • plainHash script help to crack hash by using wordlist
  • Plain_Hash use Secure hashes and message digests 'hashlib'
  • Not support salt and pepper hash

Hash Support :

  • MD5 - SHA_1 - SHA_256
  • SHA3_384 - BLAKE2c - SHA_3_512
  • SHA_512 - BLAKE2b - BLAKE2b
  • SHA3_224 - SHA3_224 - SHA_3_256

How to use :

  • git clone https://github.com/jac11/PlainHash
  • cd PlainHash/
  • chmod +x PlainHash.py
  • to check all option open help menu by typing ./PlainHash.py -h or --help
  • you can use input hash Example: ./PlainHash.py -H dfd5f9139a820075df69d7895015360b76d0360f3d4b77a845689614 -w wordlist
  • or you can use as file input ./PlainHash.py -r hash.txt -w wordlist

[ help menu overview ]

ScreenShot

[for Connect]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%