Type Viber Messages

From truxwiki.com
Revision as of 06:50, 19 May 2020 by Sam (talk | contribs) (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Viber_Messages</code> |- | File Type Value | 956 |- | Parent Type | Type_SQLite_Data...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Details
Defined Constant Type_Viber_Messages
File Type Value 956
Parent Type SQLite
Carve Yes
Format Details Yes
MIME Type application/x-sqlite3
Filename Extension sqlite

Viber Messages

Description

Viber Messages

Details

Queries

Here's the queries Truxton uses to exploit the Viber messages databases.

Contacts

SELECT [participants_info].[_id], 
       [participants_info].[participant_type], 
       [participants_info].[number], 
       [participants_info].[encrypted_number], 
       [participants_info].[display_name], 
       [participants_info].[contact_name], 
       [participants_info].[viber_name], 
       [participants_info].[viber_id], 
       [participants_info].[member_id] 
FROM [participants_info] 
ORDER BY [participants_info].[_id]