Sign inSign up

cincan/pdfxray-lite

By cincan

Updated about 4 years ago

PDF X-RAY Lite 1.0 to analyze PDF files for malicious objects.

Image
0

10K+

cincan/pdfxray-lite repository overview

PDF X-RAY Lite 1.0 to analyze PDF files for malicious objects.

PDF X-Ray Lite is a lightweight version of PDF X-Ray used to analyze PDF files for malicious objects.

Input

PDF

Output

HTML

Usage

1. Clone the repository

git clone https://gitlab.com/CinCan/tools
cd dockerfiles/pdfxray-lite/

2. Build OR pull the docker image

docker build . -t cincan/pdfxray_lite
docker pull cincan/pdfxray-lite

3. Run the docker container

Usage for one file, write results to a report file

$ docker run -v /samples:/samples cincan/pdfxray-lite -f /input/sample.pdf -r /output/report

Analyze all files in a directory

$ docker run -v /samples:/samples cincan/pdfxray-lite -d /input/ -r /output/report

Run with cincan command

$ cincan run cincan/pdfxray-lite -f input/sample.pdf -r output/report

Project homepage

https://github.com/9b/pdfxray_lite.git

Tag summary

Content type

Image

Digest

Size

23.5 MB

Last updated

about 4 years ago

docker pull cincan/pdfxray-lite