Forum Discussion
Dark_Knight666
Bronze III
24 days agoTrick or Treat on Specter Street: Ripper's Riddle
Hello Immersive friends, So I'm a little stuck on Q1 for this lab and would greatly appreciate any form of help :-) If I am correct in my thinking, I have used the command 'Hashcat' for txt. file...
- 24 days ago
If you're really stuck, you could always watch the walkthrough up until that point and then pause to continue with the lab.
DG
Bronze III
24 days agoWhat I like to do is run this command for each file:
hashcat --identify sha512-practice.txtThen you can also try hashcat with the wordlist after identifying the type:
hashcat -m 1700 sha512-practice.txt wordlist.txtJohn works great for the others though. Example:
john --wordlist=wordlist.txt --format=raw-sha512 sha512-practice.txt