Skip to content

tsusanka/telegram-deobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Deobfuscator

A small program to deobfuscate data sent from and to the official Telegram Android app.

Build

  • cd into the folder
  • Run cmake cmake .
  • Build using make

Run

  • Run ./deobfuscator <outgoing stream> <incoming stream> [<key>]
    • <outgoing stream> is a binary file of sniffed outgoing data
    • <incoming stream> is a binary file of sniffed incoming data
    • <key> is a binary file containing auth_key

The <key> argument may be omitted, however if it is present, it decrypts the IGE payload and prints content of the real messages.

Example

./deobfuscator examples/outgoing.dat examples/incoming.dat

License

Copyright 2016 Tomas Susanka

Licensed under the MIT license.

About

C program to deobfuscate Telegram's traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published