https://github.com/mordavid/telegram-listener
This script serves as a fundamental listener for bot channels on Telegram.
https://github.com/mordavid/telegram-listener
Last synced: about 1 year ago
JSON representation
This script serves as a fundamental listener for bot channels on Telegram.
- Host: GitHub
- URL: https://github.com/mordavid/telegram-listener
- Owner: MorDavid
- Created: 2023-09-03T11:49:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T11:50:25.000Z (almost 3 years ago)
- Last Synced: 2025-05-18T22:13:23.020Z (about 1 year ago)
- Language: Python
- Size: 69.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Listener
This script serves as a fundamental listener for bot channels on Telegram. Its intended use is to aid in my research on phishing kits.
Here's what each part of a valid Telegram API token represents:
1. **Numeric Identifier (e.g., 1234567890)**: This is a unique numeric identifier for your bot. It's assigned when you create your bot using the BotFather on Telegram.
2. **Colon (:) Separator**: The colon serves as a separator between the numeric identifier and the authentication token.
3. **Authentication Token** (e.g., ABCDefghijklmnopqrstuvwxyz1234567890abcdefghi): This is a long alphanumeric string that acts as a secret key to authenticate your bot with Telegram's servers. It's generated by the BotFather when you create your bot and should be kept confidential.
## Usage
```
usage: telegram-listener.py [-h] -a API_KEY -s TIME_SLEEP -o OUTPUT_FILENAME
optional arguments:
-h, --help show this help message and exit
-a API_KEY, --api-key API_KEY
For Example: 1234567890:ABCDEFGHIJKLMNOPQRSTUVWXYZ
-s TIME_SLEEP, --sleep TIME_SLEEP
Seconds
-o OUTPUT_FILENAME, --output OUTPUT_FILENAME
You know.. Output file...
```
## Screenshot

## Articles
- Uncovering a Message Thread Between Hackers Targeting Israeli Citizens [English]\
https://medium.com/cyesec/uncovering-a-message-thread-between-hackers-targeting-israeli-citizens-ba8b922ed1a5
- Phishing The Phisherman [Hebrew]:\
https://www.digitalwhisper.co.il/files/Zines/0x99/DW153-3-PhishingThePhisherman.pdf