HashID adalah sebuah alat untuk meretas atau membobol hash dengan metode Rainbow Table. HashID dibuat menggunakan bahasa program python.
-
Linux
- apt-get install git
- pip3 install keyboard
- git clone https://github.com/Billal06/hashid,git
- cd hashid
- python3 hashid.py
-
Termux
- pkg install git python
- pip install keyboard
- git clone https://github.com/Billal06/hashid.git
- cd hashid
- python hashid.py
Setelah install maka akan keluar
_ _ HashID [0.6]
_| || |_ Simple tool to crack hash
|_ __ _|
_| || |_ Author : Billal Fauzan
|_ __ _| Version: 0.6
|_||_|
Usage: hashid.py [options]
Options:
-h, --help show this help message and exit
-t TARGET, --target=TARGET
Set target (recommended)
-r, --random Use wordlist from random alphabet
-w WORDLIST, --wordlist=WORDLIST
Use wordlist from file (recommended)
-l, --log Show log
- Support 16 tipe hash
- Bisa mendeteksi tipe hash
- Support GUI (Masih dikembangkan)
- Cepat
- Bisa menggunakan random wordlist atau wordlist manual
- Mudah digunakan
HashID saya buat Open Source supaya bisa dipelajari dan dikembangkan.
- MD4
- MD5
- Ripemd160
- SHA1
- SHA3-224
- SHA224
- Blake2s256
- SHA256
- Blake2s
- MD5-SHA1
- SHA384
- SHA3-512
- Blake2b512
- SHA512
- Blake2b
- Whirlpool