mvt-project / mvt

MVT (Mobile Verification Toolkit) helps with conducting forensics of mobile devices in order to find signs of a potential compromise.

Home Page:https://mvt.re

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in running extraction from module SMS and SMS attachments

Mokkaj opened this issue · comments

I ran the backup-check on an ios backup and get 2 errors below. The rest of the modules run as expected. What could be the cause of this? I would expect that the SMS table would be available. Any help?

image

image

Considering the traceback this was not done with the current version, could you verify if this still occurs?

What happens is that in sms.py it enters the else path (line 126) when trying to acquire the database. Apparently there are indeed no such tables. Have you verified that they do exist on the phone?

I haven't really interacted a lot with iPhones yet, so I am not sure if this might be an anomaly on Apple's side.

Having similar issues here with the SMS Module : 'NoneType' object has no attribute 'tzinfo'

error

Having similar issues here with the SMS Module : 'NoneType' object has no attribute 'tzinfo'

error

This looks like a different error, #488 removed the broad exception catching around this. Clearly it was needed :(