Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
telegram-bot-dumper — 🔪 Dumper & ripper for Telegram bots by token. Golang version is also available! | Kitploit
Tools/GitHubGitHub/soxoj/telegram-bot-dumper
OSINT (Open Source Intelligence)Data ExfiltrationInformation Gathering
GitHubsoxoj/telegram-bot-dumper

telegram-bot-dumper

🔪 Dumper & ripper for Telegram bots by token. Golang version is also available!

View Repository
249342 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

telegram-bot-dumper

Easy dumping of all Telegram bot stuff.

Input: only bot token.

Output: bot name & info, all chats text history & media, bot's users info & photos.


This is a Python implementation.

🚀 Fast Golang version by ScBoln.

Requirements

  • Python >= 3.6
  • Telethon >= 1.24.0
  • Register Telegram application to get API_ID and API_HASH

Using

root@kitploit:~
pip install -r requirements.txt

vi dumper.py # change API_ID and API_HASH and save

./dumper.py --token 12345678:ABCe2rPVteUWZ7wLeCqCb3CH3ilUY_fLabc

Also you can use --tor flag for Telegram blocking bypass.

Testing

You can ask me for bot testing token.

root@kitploit:~
TEST_TOKEN=... python3 -m pytest bot_test.py

Currently known issues

  1. Bot is exiting with not fully dumped history

Some messages can be deleted by bot users. If you suppose that the history was not completely dumped, specify cycles count to skip empty messages (200 per cycle by default):

root@kitploit:~
# check additionally 5*200 = 1000 messages

./dumper.py --token 12345678:ABCe2rPVteUWZ7wLeCqCb3CH3ilUY_fLabc --lookahead 5
  1. History was not dumped for chats

I don't know the solution to this problem. :(

Token leaks

Dorks examples: telepot.bot

Download Tool