Skip to content

shepherd-06/Hacker-Playbook-Utility

Repository files navigation

Hello World!

Snap Status Supported Python Versions

This is a Python powered bash script to help install different scripts of The Hacker Playbook book.


What does this script do

  1. Update & Upgrade System
  2. Postgresql status
  3. Metasploit framework
  4. Discover Script
  5. SMBExec
  6. Veil 3.0
  7. Peeping Tom (Not functional yet)
  8. Eye Witness
  9. Powersploit
  10. Responder
  11. Social Engineering Toolkit
  12. bypassUAC (Not functional yet)
  13. beEF (for cross site scripting)
  14. Fuzzing List
  15. WCE (Windows Credential Editor)
  16. Mimikatz
  17. Skull Security custom password list
  18. CreackStation Human Password list
  19. & 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}


Requirement:

Operating system

This script currently work for Debian systems only.

Tested in the following OS: Ubuntu 16.04 Kali Rolling 2.0 & Linux Mint

Install python3, pip3 (for python3+)and curl

Currently this script only support python3+

sudo apt-get install python3.6 python3-pip curl


How to run:

Step 1

Clone this repository

git clone https://github.com/ibtehaz-shawon/Hacker-Playbook-Utility 

Step 2

Install the requirements from the requirements file using the following command.

pip3 install -r requirements.txt 

Step 3

Run the HP_Utility.py file in superuser mode

 sudo python3 HP_Utility.py 
The 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 :)