|
Good morning, I am currently working a case where Telegram is one of the more pertinent artifacts. I looked into the path: iLEAPP/scripts/artifacts, and discovered the parsing of Telegram messages and accounts; however, my subsequent download of iLEAPP (version: 2026.2.1) is not showing an available module of "telegramAccounts.py", only "telegramMessages.py". Why would this be? |
Answered by
stark4n6
Aug 11, 2026
Replies: 1 comment
|
@mkcactus I believe the Telegram updates are only in the codebase currently, not in the compile release version, so you either have to run the Python code as is or wait for the next compiled release (which should be soon) |
0 replies
Answer selected by
mkcactus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mkcactus I believe the Telegram updates are only in the codebase currently, not in the compile release version, so you either have to run the Python code as is or wait for the next compiled release (which should be soon)