From da97f5ca30f1dd80723e1e97e0a186caef9c4fd2 Mon Sep 17 00:00:00 2001 From: tek Date: Wed, 1 Sep 2021 15:40:45 -0400 Subject: [PATCH] Add db recovery to Safari history module --- mvt/ios/modules/mixed/safari_history.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mvt/ios/modules/mixed/safari_history.py b/mvt/ios/modules/mixed/safari_history.py index 154f7b6..5f5d02d 100644 --- a/mvt/ios/modules/mixed/safari_history.py +++ b/mvt/ios/modules/mixed/safari_history.py @@ -80,6 +80,7 @@ class SafariHistory(IOSExtraction): self.detected.append(result) def _process_history_db(self, history_path): + self._recover_sqlite_db_if_needed(history_path) conn = sqlite3.connect(history_path) cur = conn.cursor() cur.execute("""