Telegram bot for Hacking & Pentesting
- Motivation :
For lazy people like me ,I Always wanted to run tool’s directly from Messenger instead of Powering on the PC ,Running on VM or from the SSH.
- HackBot Installation:
git clone https://github.com/arbazkiraak/hackbot.git
cd hackbotpip install lxml
pip install telepot
pip install json
pip install urllib2
pip install requests
pip install bs4
- Go to https://web.telegram.org/
- Click on BotFather
- type /newbot
- give it a Name.
- give it a Username.
- And Copy the API
- Paste the API key in api.txt in hackbot (Paste it on first line ).
- And Run , python hackbot.py
- Hackbot Usage : (Note : All letter’s should be small letter’s)
- type help
- Run Built-in tools of OS (directly Command Execution)
- Run Directory-tools :
create a folder with name “pentest” on Desktop because it will look for directory-tools under /root/Desktop/pentest/ folder
- now type
tool foldername python scriptname.py
- tool sub python sublist3r.py -d site.com
- Just put all tools under Desktop/pentest/
and use it tool foldername scripttype scriptname
scripttype -> Python , Ruby , Perl etc..
Scriptname -> test.py , test.rb etc…
- If you don’t want to run under /root/ you need to change the path by editing.
- Please Feel free to Commit , push idea’s & feature’s .
- New Feature Update at :
- https://medium.com/@arbazhussain/hackbot-update-v1-2-whats-new-db82e6038edd
This project is made for educational and ethical testing purposes only. It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.