Skip to content

AmikomVirusCommunity/telegram-bot-for-pentest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot for Pentesting

You can use this bot for hacking or pentesting activity and modify this code. We provide some modules inside Tools directory. You can add more stuff from your code by put your code inside Tools directory and call it from bot.py

Bot Example

http://t.me/av3cbot

Bot Features

- Sub Domain Scanner
- TCP Port Scanner
- Password Generator (SHA512, SHA256, MD5)
- base64 Decode and Encode
- HTTP Header Scanner

Latest Update (Jan-18-2017)
- Add domain validation
- HTTP Response validation
- Some Bug fixing - New Feature Google Dorking
- New Feature DNS Recon
- New Feature DNS Lookup
- New Feature NMAP Scanner
- New Feature DNS Mapping
- New Feature Geo IP Information
- New Feature Lokomedia SQL Injection
Please read change_log.txt

Installing

First, you need to install python telegram bot library:

git clone https://github.com/python-telegram-bot/python-telegram-bot
cd python-telegram-bot
git clone https://github.com/reynldi/telegram-bot-for-pentest.git
cd telegram-bot-for-pentest


Your API

paste your api, bot.py line 489
updater = Updater("PASTE-HERE-YOUR-API-TOKEN") # Paste your token bot here

Missing Python Module

If you mising python module just install it.
Example:
if you get this error
"No module named telepot"
Just install telepot module: pip install telepot

You can add new Features

Put your new feature module into tools directory and call your module from bot.py

More Reference

Python telegram bot library documentation
https://github.com/python-telegram-bot/python-telegram-bot

Contributing

Contributions of all sizes are welcome.

3rd Party tools


If you have problem with some modules, Please read third party documentation tools below
- Sublist3r https://github.com/aboul3la/Sublist3r
- Infoga https://github.com/m4ll0k/Infoga

Contributor

- reynldi
- harsxv

About

A small stuff of telegram bot for pentest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%