From f4888949429c9411728a9f40a91b5d7a9bc9b6bc Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Tue, 15 Aug 2023 00:46:54 -0400 Subject: [PATCH] fix(whatsapp_business): missing domain ref --- Whatsapp_Chat_Exporter/extract_iphone_media_smb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whatsapp_Chat_Exporter/extract_iphone_media_smb.py b/Whatsapp_Chat_Exporter/extract_iphone_media_smb.py index 0f9511d..459344a 100644 --- a/Whatsapp_Chat_Exporter/extract_iphone_media_smb.py +++ b/Whatsapp_Chat_Exporter/extract_iphone_media_smb.py @@ -84,7 +84,7 @@ def extract_media(base_dir): exit() else: shutil.copyfile(contact_db, "d7246a707f51ddf8b17ee2dddabd9e0a4da5c552") - _wts_id = "AppDomainGroup-group.net.whatsapp.WhatsApp.shared" + _wts_id = "AppDomainGroup-group.net.whatsapp.WhatsAppSMB.shared" with sqlite3.connect(os.path.join(base_dir, "Manifest.db")) as manifest: manifest.row_factory = sqlite3.Row c = manifest.cursor()