scorelab / OpenMF

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

Extraction of text messages(sms) #175

Closed swapnalshahil closed 3 years ago

swapnalshahil commented 3 years ago

Description

Extraction of text message(SMS). Implementation from the command line so that we can directly extract SMS. Created API which will give the extracted message data(this will help in frontend). API : /data//sms

Fixes #174

Type of change

How Has This Been Tested?

POSTMAN and CMD

CMD

2021-06-09 2021-06-09 (1)

2021-06-09 (2)_LI sms.tsv file(above)

2021-06-09 (5)

Extraction using POSTMAN(above)

2021-06-09 (3)

API (above)

Checklist:

shivanshuraj1333 commented 3 years ago

@sachinsom93 keep track of the new changes in APIs

swapnalshahil commented 3 years ago

@shivanshu1333 sir, I made changes according to your suggestions.

swapnalshahil commented 3 years ago

@shivanshu1333 sir Solved the merge conflict. Please review it again!