PowerGram – Multiplatform Telegram Bot In Pure PowerShell
PowerGram is a pure PowerShell Telegram Bot that can be run on Windows, Linux or Mac OS. To make use of it, you only need PowerShell 4 or higher and an internet connection.
All communication between the Bot and Telegram servers is encrypted with HTTPS, but all requests will be sent in GET method, so they could easily be intercepted.
Requirements
- PowerShell 4.0 or greater
Download
It is recommended to clone the complete repository or download the zip file. You can do this by running the following command:
git clone https://github.com/JoelGMSec/PowerGram
Usage
.PowerGram -h
____ ____
| _ __ __ __ __ _ __ / ___|_ __ __ _ _ __ ___
| |_) / _ / / / _ '__| | _| '__/ _' | '_ ' _
| __/ (_) V V / __/ | | |_| | | | (_| | | | | | |
|_| ___/ _/_/ ___|_| ____|_| __,_|_| |_| |_|
------------------- by @JoelGMSec -------------------
Info: PowerGram is a pure PowerShell Telegram Bot
that can be run on Windows, Linux or Mac OS
Usage: PowerGram from PowerShell
.PowerGram.ps1 -h Show this help message
.PowerGram.ps1 -run Start PowerGram Bot
PowerGram from Telegram
/getid Get your Chat ID from Bot
/help Show all available commands
Warning: All commands will be sent using HTTPS GET requests
You need your Chat ID & Bot Token to run PowerGram
The detailed guide of use can be found at the following link:
PowerGram: Un sencillo bot para Telegram escrito en PowerShell
License
This project is licensed under the GNU 3.0 license – see the LICENSE file for more details.
Credits and Acknowledgments
This tool has been created and designed from scratch by Joel Gámez Molina // @JoelGMSec
Contact
This software does not offer any kind of guarantee. Its use is exclusive for educational environments and / or security audits with the corresponding consent of the client. I am not responsible for its misuse or for any possible damage caused by it.
For more information, you can find me on Twitter as @JoelGMSec and on my blog darkbyte.net.
If you like the site, please consider joining the telegram channel or supporting us on Patreon using the button below.