mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-15 23:50:56 +02:00
Add db recovery to Safari history module
This commit is contained in:
@@ -80,6 +80,7 @@ class SafariHistory(IOSExtraction):
|
|||||||
self.detected.append(result)
|
self.detected.append(result)
|
||||||
|
|
||||||
def _process_history_db(self, history_path):
|
def _process_history_db(self, history_path):
|
||||||
|
self._recover_sqlite_db_if_needed(history_path)
|
||||||
conn = sqlite3.connect(history_path)
|
conn = sqlite3.connect(history_path)
|
||||||
cur = conn.cursor()
|
cur = conn.cursor()
|
||||||
cur.execute("""
|
cur.execute("""
|
||||||
|
|||||||
Reference in New Issue
Block a user