hashid - yokohama/oreshic-record GitHub Wiki

john用のハッシュタイプを調べる

Message

{none}

Command

hashid -j /tmp/hash.txt

Result

--File '/tmp/hash.txt'--
Analyzing '$6$rounds=5000$saltstring$adDbXsJjcDlq2662QPgd.tkSOVoYpR0kF2qVf5dyFzG1KQ1OtSWT8gJtIhXCTITVEWilR92pT9bkHYO54q9Wz/'
[+] SHA-512 Crypt [JtR Format: sha512crypt]
--End of file '/tmp/hash.txt'--

Tag

{none}

hashcat用のハッシュタイプを調べる

Message

{none}

Command

hashid -m /tmp/hash.txt

Result

--File '/tmp/hash.txt'--
Analyzing '$6$rounds=5000$saltstring$adDbXsJjcDlq2662QPgd.tkSOVoYpR0kF2qVf5dyFzG1KQ1OtSWT8gJtIhXCTITVEWilR92pT9bkHYO54q9Wz/'
[+] SHA-512 Crypt [JtR Format: sha512crypt]
--End of file '/tmp/hash.txt'--

Tag

{none}

⚠️ **GitHub.com Fallback** ⚠️