Skip to content

TeleTracker is a simple set of Python scripts designed for anyone investigating Telegram channels. It helps you send messages quickly and gather useful channel information easily.

Notifications You must be signed in to change notification settings

cephurs/TeleTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TeleTracker

This repository contains Python scripts, TeleTexter.py and TeleGatherer.py, designed to assist analysts in tracking and disrupting active malware campaigns that use Telegram for command and control (C2) communications.

TeleGatherer.py

TeleGatherer.py is the main script for gathering information regarding the channels of which the bots operate. It provides functionalities to:

  • Retrieve basic information about a bot.
  • Gather details about a specific chat, including chat administrators and member count.
  • Information about the user behind the telegram channel, including Username and provided first and last name.
  • Optionally, provides with a menu to choose from:
    • Reading all channel messages from a different user or bot. (MONITOR)
    • Deleting all messages from the malicious channel. (DISRUPT)
    • Spam the malicious channel with a specific message of your choise (DISRUPT)

Note

This script could be useful for threat intelligence analysts or reserachers who want to monitor, collect and track adversaries that use Telegram for C2 communication.

Installation

To use these scripts, Python must be installed on your system, along with the requests library.

  1. Clone the repository:
    git clone https://github.com/yourusername/TeleTracker.git

  2. Install the required Python package:
    pip install requests

Usage

TeleTexter.py

To send a message to a Telegram channel:

python TeleTexter.py -t YOUR_BOT_TOKEN -c YOUR_CHAT_ID -m "Your message here"

To send messages continuously:

python TeleTexter.py -t YOUR_BOT_TOKEN -c YOUR_CHAT_ID -m "Your message here" --spam

TeleGatherer.py

To gather intelligence from a Telegram channel:\

python TeleGatherer.py -t YOUR_BOT_TOKEN -c YOUR_CHAT_ID

Disclaimer

Use these tools responsibly. They are intended for analysis and research purposes only. Ensure compliance with all applicable laws and Telegram's terms of service.

About

TeleTracker is a simple set of Python scripts designed for anyone investigating Telegram channels. It helps you send messages quickly and gather useful channel information easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%