Skip to content

Instantly share code, notes, and snippets.

View MrCheatEugene's full-sized avatar

Emil MrCheatEugene

View GitHub Profile
@MrCheatEugene
MrCheatEugene / dump-chat.py
Last active September 2, 2025 19:51
PoC of dumping a Telegram private chat via a Telegram bot
import asyncio
import aiohttp
"""
Does NOT qualify for bug bounty due to required:
2. Token or session hijacking as a result of external malware on the OS
https://core.telegram.org/bug-bounty#rules-and-principles
"""