I am trying to complete a challenge on Hackthebox.eu that requires cracking a password. After some research it looks like using JohnTheRipper program would be best for this. While trying to setup this program on Kali Linux VM, this is what I get (I'm following a tutorial to set this all up):
kali@kali:~/Desktop$ git clone https://github.com/magnumripper/JohnTheRipper.git
Cloning into 'JohnTheRipper'...
remote: Enumerating objects: 91701, done.
fatal: pack has bad object at offset 702615: inflate returned -5
fatal: index-pack failed
I can't get any further than this because I really don't know what I'm doing. I did try a solution that suggested the code was too big or my internet was too slow and turned off compression but that didn't work either. Any help is appreciated or a point in the right direction