
HashCobra Hash-Cracking-Tool.
hashcobra Hash-Cracking-Tool.
Dieses Tool verwendet eine neue Methode zum Knacken von Hashes. Mit Hilfe des Konzepts der Regenbogentabellen generiert dieses Tool Regenbogentabellen aus Wortlisten, um den Knackprozess stark zu optimieren.
$ ./hashcobra -H
--==[ hashcobra by sepehrdad ]==--
usage:
hashcobra -o <opr> [options] | [misc]
options:
-a <alg> - hashing algorithm [default: md5]
- ? to list available algorithms
-c <alg> - compression algorithm [default: zstd]
- ? to list available algorithms
-h <hash> - hash to crack
-r <path> - rainbow table path [default: hashcobra.db]
-d <path> - dictionary file path
-o <opr> - operation to do
- ? to list available operations
misc:
-V - show version
-H - show help
example:
# Create md5 rainbow table with zstd compression from rockyou.txt
$ hashcobra -o create -d rockyou.txt
# Create sha512 rainbow table with no compression from darkc0de.lst
$ hashcobra -o create -a sha512 -c none -r rt.db -d darkc0de.lst
# Crack 1a1dc91c907325c69271ddf0c944bc72 using rt.db
$ hashcobra -o crack -h 1a1dc91c907325c69271ddf0c944bc72 -r rt.db
Make ist erforderlich.
GCC 8.0 oder höher ist erforderlich.
Rocksdb die aktuellste Version ist erforderlich.
Da hashcobra auf ein extern verlinktes Repository angewiesen ist, muss das --recursive-Flag mit dem git clone-Befehl übergeben werden
git clone --recursive https://github.com/sepehrdaddev/hashcobra.git
$ make
$ make install
Diese Software wird unter der GNU General Public License Version 3 (GPLv3) vertrieben.
DIESE SOFTWARE WIRD NUR ZU BILDUNGSZWECKEN BEREITGESTELLT! WENN SIE SICH AN ILLEGALEN AKTIVITÄTEN BETEILIGEN, ÜBERNIMMT DER AUTOR KEINERLEI VERANTWORTUNG. DURCH DIE NUTZUNG DIESER SOFTWARE STIMMEN SIE DIESEN BEDINGUNGEN ZU.
Bitte senden Sie uns Pull-Requests!