All Projects → 9b → pdfxray_lite

9b / pdfxray_lite

Licence: other
Lite version of PDF X-RAY that uses no backend

Programming Languages

python
139335 projects - #7 most used programming language

Summary

PDF X-RAY is great, but there are times when all you have access to is a system you can't mess with, but need to do analysis on. PDF X-RAY Lite solves this by removing the backend and keeping it straight command line. For extra convenience a new reporting method is built into the malobjclass. This report switch allows you to get a bare-bones report so you can see the PDF in a visual form. Please note that this report is very basic and is only meant for reference.

Requirements

If you are running Ubuntu then you only need to grab the python-simplejson library for everything to work

Extending

Located within pdfxray_lite.py is a section for "user code". Within this user code you can define anything you want and take advantage of the PDF python object or you can leave it blank and just use the report option.

Stripped Items

  • Backend database
  • Entropy data
  • Reporting engine
  • API
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].