InflatableDonkey icon indicating copy to clipboard operation
InflatableDonkey copied to clipboard

Question about Facebook Messenger data

Open kibler5 opened this issue 7 years ago • 2 comments

So I am kind of new to this but is there an easy way to view the messages in the facebook messenger data file. I am able to open the database file in sqlite and I see the data under msg blob when I browse the messages table. Is there a way to filter it so its easy to read or somehow only pull the relevant data out kind of like how the sms messages are displayed in the sms database file. Any help or information would be greatly appreciated. Thanks for the help and the great program.

kibler5 avatar Oct 08 '17 22:10 kibler5

Hi. This a forensics issue and not directly supported. There are tools that will do this for you. I'm not aware of any open source solutions, maybe others will have suggestions.

I had a quick look at the blob format on a backup from earlier in the year. I don't recognise the format but the data is in plain text as you've pointed out, along with structural information that allows you to get a grip on it. It shouldn't be too difficult to code a solution. However it's not something that I'll be doing. Sorry.

horrorho avatar Oct 09 '17 10:10 horrorho

Oh, just to clarify. It's something I won't be doing because I have so little spare time and I'm working on another large project alongside a full time job.

horrorho avatar Oct 09 '17 20:10 horrorho