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

URI not found #77

Open
StefanKelm opened this issue Jun 6, 2018 · 2 comments
Open

URI not found #77

StefanKelm opened this issue Jun 6, 2018 · 2 comments

Comments

@StefanKelm
Copy link

File https://www.virustotal.com/file/c7e31b77e7a4df74515bbac25a3f641598050e3fe1a9c3545efa72f0175f2323/analysis/1528284919/
contains an URI within object 3 but peepdf says:

URIs: 0

Can share the file if wanted.

@jesparza
Copy link
Owner

jesparza commented Jun 8, 2018

Thanks @StefanKelm! I confirm the bug, I'll check this ;)

@jbremer
Copy link

jbremer commented Jun 11, 2018

FWIW, in Cuckoo, where we extract /URI statements, one might get the following output:

python -c 'import json ; from cuckoo.processing.static import PdfDocument ; print json.dumps(PdfDocument("c7e31b77e7a4df74515bbac25a3f641598050e3fe1a9c3545efa72f0175f2323").run(), indent=4)'
[
    {
        "creation": "D:20180605100532", 
        "attachments": [], 
        "producer": "Nitro", 
        "creator": "Nitro", 
        "javascript": [], 
        "openaction": null, 
        "subject": "", 
        "author": "", 
        "title": "", 
        "version": 0, 
        "urls": [
            "http://mykeralawedding.com/tru.htm"
        ], 
        "modification": "2018-06-05T11:05:32+01:00"
    }
]

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

No branches or pull requests

3 participants