This is a Python powered bash script to help install different scripts of The Hacker Playbook book.
- Update & Upgrade System
- Postgresql status
- Metasploit framework
- Discover Script
- SMBExec
- Veil 3.0
- Peeping Tom (Not functional yet)
- Eye Witness
- Powersploit
- Responder
- Social Engineering Toolkit
- bypassUAC (Not functional yet)
- beEF (for cross site scripting)
- Fuzzing List
- WCE (Windows Credential Editor)
- Mimikatz
- Skull Security custom password list
- CreackStation Human Password list
- & NMap script
You can choose to download all scripts at once or choose the scripts you need. {PS: I will add the silent download option later}
This script currently work for Debian systems only.
Tested in the following OS: Ubuntu 16.04 Kali Rolling 2.0 & Linux Mint
Currently this script only support python3+
sudo apt-get install python3.6 python3-pip curl
Clone this repository
git clone https://github.com/ibtehaz-shawon/Hacker-Playbook-Utility
Install the requirements from the requirements file using the following command.
pip3 install -r requirements.txt
Run the HP_Utility.py file in superuser mode
sudo python3 HP_Utility.pyThe scripts need to install some file in administrative accessed area!
Thats it! If there is any problem regarding this script, please create an issue here - https://github.com/ibtehaz-shawon/Hacker-Playbook-Utility/issues
Thank you! -- Ibtehaz :)