Skip to content

tsusanka/telegram-deobfuscator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

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