scorelab / OpenMF

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

Extraction of images data #192

Closed swapnalshahil closed 3 years ago

swapnalshahil commented 3 years ago

Description

Extraction of data from images (like location, date, time, etc.). Implementation from the command line to extract these directly. Creating API which will give the images data(this will help in frontend). API : /data//media

Fixes #187

Type of change

How Has This Been Tested?

POSTMAN and CMD

CMD 2021-06-24 (4)_LI 2021-06-24 (5)_LI

2021-06-24 (6)

mediadata.tsv (above)

2021-06-24 (1)

Extraction using POSTMAN

2021-06-24

API (above)

Checklist:

swapnalshahil commented 3 years ago

@shivanshu1333 sir! Please review!