├── Read Important ! ├── HashKit ├── _bz2.so ├── _lzma.so ├── _ssl.so ├── _opcode.so ├── libz.so.1 ├── termios.so ├── _codecs_cn.so ├── _codecs_hk.so ├── _codecs_jp.so ├── _codecs_kr.so ├── _codecs_tw.so ├── _hashlib.so ├── libbz2.so.1.0 ├── libexpat.so.1 ├── liblzma.so.5 ├── libssl.so.1.1 ├── libtinfo.so.5 ├── readline.so ├── resource.so ├── _codecs_iso2022.so ├── _multibytecodec.so ├── base_library.zip ├── libcrypto.so.1.1 ├── libreadline.so.7 ├── libpython3.6m.so.1.0 └── README.md /Read Important !: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /HashKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/HashKit -------------------------------------------------------------------------------- /_bz2.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_bz2.so -------------------------------------------------------------------------------- /_lzma.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_lzma.so -------------------------------------------------------------------------------- /_ssl.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_ssl.so -------------------------------------------------------------------------------- /_opcode.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_opcode.so -------------------------------------------------------------------------------- /libz.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/libz.so.1 -------------------------------------------------------------------------------- /termios.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/termios.so -------------------------------------------------------------------------------- /_codecs_cn.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_codecs_cn.so -------------------------------------------------------------------------------- /_codecs_hk.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_codecs_hk.so -------------------------------------------------------------------------------- /_codecs_jp.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_codecs_jp.so -------------------------------------------------------------------------------- /_codecs_kr.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_codecs_kr.so -------------------------------------------------------------------------------- /_codecs_tw.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_codecs_tw.so -------------------------------------------------------------------------------- /_hashlib.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_hashlib.so -------------------------------------------------------------------------------- /libbz2.so.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/libbz2.so.1.0 -------------------------------------------------------------------------------- /libexpat.so.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/libexpat.so.1 -------------------------------------------------------------------------------- /liblzma.so.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/liblzma.so.5 -------------------------------------------------------------------------------- /libssl.so.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/libssl.so.1.1 -------------------------------------------------------------------------------- /libtinfo.so.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/libtinfo.so.5 -------------------------------------------------------------------------------- /readline.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/readline.so -------------------------------------------------------------------------------- /resource.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/resource.so -------------------------------------------------------------------------------- /_codecs_iso2022.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_codecs_iso2022.so -------------------------------------------------------------------------------- /_multibytecodec.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/_multibytecodec.so -------------------------------------------------------------------------------- /base_library.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/base_library.zip -------------------------------------------------------------------------------- /libcrypto.so.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/libcrypto.so.1.1 -------------------------------------------------------------------------------- /libreadline.so.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/libreadline.so.7 -------------------------------------------------------------------------------- /libpython3.6m.so.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmad0x1/HashKit/HEAD/libpython3.6m.so.1.0 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # HashKit 2 | This Tool is coded by Ahmad Halabi ( Dragon Hkr ) . 3 | 4 | It consist of three sections : Encoding Hash , Decoding Hash , and Identifying Hash Id . 5 | 6 | # Installation 7 | To run this tool : 8 | - Open Terminal 9 | - Go to HashKit dir 10 | - run command : ./HashKit 11 | ( If premission is denied , run : chmod +x ./HashKit ) 12 | 13 | # Note 14 | In the third option : 15 | Dont use '' when writing wordlist path . 16 | --------------------------------------------------------------------------------