Difference between revisions of "Peepdf"

From COPTR
Jump to navigation Jump to search
 
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
 
|purpose=peepdf is a Python tool to explore PDF files in order to find out if the file can be harmful or not.
 
|purpose=peepdf is a Python tool to explore PDF files in order to find out if the file can be harmful or not.
|image=
 
 
|homepage=http://eternal-todo.com/tools/peepdf-pdf-analysis-tool
 
|homepage=http://eternal-todo.com/tools/peepdf-pdf-analysis-tool
 
|license=GNU GPL v3
 
|license=GNU GPL v3
|platforms=
+
|function=Metadata Extraction
 +
|content=Document
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=peepdf
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:Metadata Extraction]]
 
[[Category:Document]]
 
 
 
 
= Description =
 
= Description =
 
From the peepdf homepage:
 
From the peepdf homepage:
Line 31: Line 28:
  
 
= Development Activity =
 
= Development Activity =
 
{{Infobox_tool_details
 
|ohloh_id=peepdf
 
}}
 

Latest revision as of 15:05, 26 April 2021




peepdf is a Python tool to explore PDF files in order to find out if the file can be harmful or not.
Homepage:http://eternal-todo.com/tools/peepdf-pdf-analysis-tool
License:GNU GPL v3
Function:Metadata Extraction
Content type:Document


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt661e4a146b5b57_68467318


Description[edit]

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[edit]

After downloading the 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:

Screenshot peepdf findings.jpg

Development Activity[edit]