Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnalyzePDF.py reports TypeError: PDFiD2String() takes exactly 3 arguments (2 given) #6

Open
cmarbach opened this issue Aug 21, 2019 · 0 comments

Comments

@cmarbach
Copy link

Just installed a recent version of REMnux OVA, update-remnux, AnalyzerPDF.py version 0.2 from 10-11-2012

Python --version reports 2.7.6

root@remnux:~/Desktop# AnalyzePDF.py EH_Facture.pdf

===================================
[+] Analyzing: EH_Facture.pdf

[-] Sha256: 9d7ba4264556a51061c0afb1d4da93c91339e47aa64816e8313f51426c8b0253
Traceback (most recent call last):
File "/opt/remnux-scripts/AnalyzePDF.py", line 391, in
main()
File "/opt/remnux-scripts/AnalyzePDF.py", line 117, in main
fileID(ploc)
File "/opt/remnux-scripts/AnalyzePDF.py", line 153, in fileID
info(pdf)
File "/opt/remnux-scripts/AnalyzePDF.py", line 189, in info
id(pdf)
File "/opt/remnux-scripts/AnalyzePDF.py", line 198, in id
command = pdfid.PDFiD2String(pdfid.PDFiD(pdf, True, False, False, True), True)
TypeError: PDFiD2String() takes exactly 3 arguments (2 given)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant