Skip to content

friTap 2.2.1

Latest

Choose a tag to compare

@monkeywave monkeywave released this 24 Jun 08:40
· 4 commits to main since this release

What's Changed

Telegram / MTProto Decryption (still early version - needs more tests; currently only Android)

  • Added new mtproto and telegram keylog handlers that write MTPROTO_AUTH_KEY (cloud chat) and MTPROTO_E2E_KEY (Secret Chat) lines into a single combined keylog.
  • Added an offline MTProto decryptor — TCP reassembly, obfuscated-transport de-obfuscation, and AES-IGE record decryption matched by auth_key_id.
  • Added an offline Secret-Chat (E2E) decryptor that peels the second AES-IGE layer keyed by the per-chat key_fingerprint.
  • Docs: [Telegram (MTProto)](https://fkie-cad.github.io/friTap/protocols/telegram/).

Passive Analysis (--scan) - still experimental (early version)

External Analyzers - still experimental (early version)

Offline Replay

TUI & Packaging

Full Changelog: [v2.0.9...v2.2.1](v2.0.9...v2.2.1)