There was an error while loading. Please reload this page.
1 parent f985680 commit 0b610c4Copy full SHA for 0b610c4
ethical-hacking/pdf-cracker/pdf_cracker.py
@@ -12,6 +12,6 @@
12
# Password decrypted successfully, break out of the loop
13
print("[+] Password found:", password)
14
break
15
- except pikepdf._qpdf.PasswordError as e:
+ except pikepdf._core.PasswordError as e:
16
# wrong password, just continue in the loop
17
continue
0 commit comments