To edit this page, please answer the question that appears below (more info):
What short name does OAIS use for an information package that is used for dissemination?
Free text:
= Description = From the peepdf homepage: peepdf is a Python tool to explore PDF files in order to find out if the file can be harmful or not. The aim of this tool is to provide all the necessary components that a security researcher could need in a PDF analysis without using 3 or 4 tools to make all the tasks. With peepdf it is possible to see all the objects in the document showing the suspicious elements, supports all the most used filters and encodings, it can parse different versions of a file, object streams and encrypted files. With the installation of Spidermonkey and Libemu it provides Javascript and shellcode analysis wrappers too. Apart of this it is able to create new PDF files and to modify existent ones. = User Experiences = After downloading the tool [http://eternal-todo.com/tools/peepdf-pdf-analysis-tool Download Page] you can just open the command line from any folder on your machine with PDF files in it and type e. g.: ''folderWithPeepdfInIt\peepdf.py -l nameOfPdfToanalyse.pdf'' You can also create an output file (e. g. output.txt),it will appear in the folder of the PDF you are examining. ''folderWithPeepdfInIt\peepdf.py -l nameOfPdfToanalyse.pdf > output.txt'' An output might look like this: [[File:Screenshot_peepdf_findings.jpg]] = Development Activity =