scorelab / OpenMF

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

collector.py fails to store data in correct directory. #23

Closed shivanshuraj1333 closed 4 years ago

shivanshuraj1333 commented 4 years ago

On running python3 collector.py -o all -sn case_001_john, "extract_all_data" function, extracts all available .db files and stores them following proper data hierarchy.

But On running python3 collector.py -o general_info -sn case_001_john we get the following error. Screenshot from 2020-02-24 22-45-24 On running python3 collector.py -o facebook whatsapp phone -sn case_001_john we get the same error and the following files

get stored in the project directory and not in data/session-name/facebook-whatsapp-phone directory. Therefore the current code is capable of storing "all extracted" data properly but fails when we try to explicitly save data of general_info, facebook, whatsapp, phone. So, there is some issue in collect_data function and general_info.py, wa_reader.py, phone.py files.

shivanshuraj1333 commented 4 years ago

The issue is resolved, closing it now.