http://t.me/av3cbot
- 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 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
paste your api, bot.py line 489
updater = Updater("PASTE-HERE-YOUR-API-TOKEN") # Paste your token bot here
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
Put your new feature module into tools directory and call your module from bot.py Python telegram bot library documentation
https://github.com/python-telegram-bot/python-telegram-bot
Contributions of all sizes are welcome.
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
- reynldi
- harsxv