New PDF Hash [SOLVED]
#10
Thumbs Up 
Got it working, password cracked =D

What solved the error, in case someone else has same issue:

Code:
sudo apt-fast remove pocl-opencl-icd
sudo apt-fast remove intel-opencl-icd

Then downloaded this directly from Intel:

https://registrationcenter.intel.com/en/...uctid=3206

Had to register and submit to their terms though =/

Then:


Code:
sudo apt-fast install lsb-core
tar -vzxf l_opencl_p_18.1.0.015.tgz
cd l_opencl_p_18.1.0.015
sudo ./install_GUI.sh

And hashcat finally worked. Password was quite simple and cracked in a matter of minutes with:

Code:
hashcat -a 3 -m 10700 hash.txt -O

Thanks guys!
Reply


Messages In This Thread
New PDF Hash [SOLVED] - by libre - 07-23-2021, 01:10 PM
RE: New PDF Hash - by Snoopy - 07-23-2021, 01:35 PM
RE: New PDF Hash - by libre - 07-23-2021, 02:50 PM
RE: New PDF Hash - by Xanadrel - 07-23-2021, 03:09 PM
RE: New PDF Hash - by libre - 07-23-2021, 03:14 PM
RE: New PDF Hash - by Xanadrel - 07-23-2021, 03:25 PM
RE: New PDF Hash - by libre - 07-23-2021, 03:32 PM
RE: New PDF Hash - by Snoopy - 07-23-2021, 04:11 PM
RE: New PDF Hash - by libre - 07-23-2021, 06:19 PM
RE: New PDF Hash - by libre - 07-23-2021, 06:53 PM