Skip to content

Simple PoC script that allows you to exploit telegram's "send with timer" feature by saving any media sent with this functionality.

License

Notifications You must be signed in to change notification settings

Phoen1xBur/breaking-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

breaking-telegram

A simple script to save all the timer photos and videos sent to you.

PoC

poc

How to

Step 0

git clone https://github.com/matteounitn/broking-telegram.git

Step 1

  • Go to https://my.telegram.org/auth?to=apps;
  • Create an app(doesn't matter how do you call it);
  • Get API ID and API KEYS;
  • Replace them in config.ini.example and save it as config.ini

Step 2

  1. cd broking-telegram
  2. python3 -m venv venv && source venv/bin/activate
  3. pip3 install -r requirements.txt
  4. python3 broke.py

Now insert your number and your code.

Eventually you will be asked for a password, if you have one set in your account.

Step 3

Receive an image with timer (could also be a video or gif). Check your saved messages.

Take Home

Use secret chats. They still are not bulletproof, but they are safer.

About

Simple PoC script that allows you to exploit telegram's "send with timer" feature by saving any media sent with this functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%