abrignoni / iLEAPP

iOS Logs, Events, And Plist Parser
MIT License
757 stars 154 forks source link

Fix bug in telegramMessages.py #943

Closed kobo220 closed 1 day ago

kobo220 commented 2 days ago

Current artifact plugin is missing several Types in the TelegramMediaAction class. Currently, if the plugin encounters any of these missing Types an error is thrown and no report is generated. The missing types were added. Additionally error handling was added to account for any possible missed or future added Types. These types will default to type 'unknown' in the report and will output an error message to terminal.

kobo220 commented 1 day ago

Incorrectly submitted PR. Will try again.