scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
150 stars 97 forks source link

Added support of PDF report generation for cases #17

Closed Wolf-Legend closed 5 years ago

Wolf-Legend commented 5 years ago

Added support in CLI tool for generating PDF for extracted data session. Example : Data Extraction

python3 collector.py -o all -sn case-07-james-bond 

Report Generation

 python3 collector.py -rp case-07-james-bond 

Sample Report generated from emulator device report.pdf

Report contains following details if run on a actual rooted device

Wolf-Legend commented 5 years ago

@charithccmc @vivonk PDF feature is done, now moving to web version part :) Please review this one