Skip to content

Hashron on python , python module for hash cracking using hashlib with build implementation.

License

Notifications You must be signed in to change notification settings

sqmus/pyhashron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashron (pyHashron)

Hash Testing and Fetching using hashlib

How i use this ?

is tool for testing and fetching hash with generated char inputed in keyword. the goal is guess information from hash.

from hashron import *

Import hashron to you script

# hashron.begin(<str>,<int>,<str>)
hashron.begin('<Keyword String>',<Long key predict>,'<Target Hash>')

these function will try all posibility as long <Long key predict> char from <Keyword String> and hashed to fetching with <Target Hash> hash.

#hashron.benchmark(<str>)
hashron.benchmark(<keyword>)

these function for test average hash processing time on your machine.

Installation

you can download this packages from * `master zip<https://github.com/sqmus/pyhashron/archive/master.zip>`_

extract it to a directory open terminal on the directory Linux .. code-block:: bash

$ sudo python setup.py install

Windows .. code-block:: batch

setup.py install

Mac same like Linux command

Or if you familiar with git

$ git clone http://github.com/sqmus/pyhashron
$ cd pyhashron
$ sudo python setup.py install

Resources

About

Hashron on python , python module for hash cracking using hashlib with build implementation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published