You will now be guided through the steps for installing and running GyoiThon:
- 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 in the Terminal by running the following:
sudo apt install git
- Install python in the Terminal by running the following command:
sudo apt install python3-pip
- Clone the Git repository into your Linux box in the Terminal by running the following command:
git clone https://github.com/gyoisamurai/GyoiThon.git
- Open the GyoiThon directory in the Terminal by running the following command:
cd GyoiThon
- Install the prerequisites ...