You will now be guided through the steps required to install DeepExploit:
- Download and set up Kali Linux. You can find VM images online at https://www.offensive-security.com/kali-linux-vm-vmware-virtualbox-image-download/. The following steps all take place in your Kali Linux box.
- Install Git by running the following in a Terminal:
sudo apt install git
- Install Python by running the following:
sudo apt install python3-pip
- Clone the git repository. In a Terminal, run the following:
git clone https://github.com/emmanueltsukerman/machine_learning_security.git
- Open the DeepExploit directory:
In a Terminal, run the following:
cd machine_learning_security/DeepExploit
- Install the prerequisite packages for DeepExploit ...