Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This is a guide for setting up requirements and installing the HatSploit Framework on your system.

Basic Requirements

  • Unix-like operating system is needed for HatSploit Framework.
  • Python version >= 3.7 should be installed on your operating system.

Install Python

On most Unix-like operating systems like Linux, python is pre-installed, and you do not need to install it manually. For apt-based Unix-like operating systems, you can use these commands to install python3.

apt-get install -y python3 python3-pip

Install HatSploit

This command should be used to install the latest stable release version of HatSploit Framework.

pip3 install git+https://github.com/EntySec/HatSploit