Installation - kaotickj/K-Sploit GitHub Wiki
Install Metasploit framework
sudo apt update
sudo apt install metasploit-framework
Clone the K-Sploit repository
git clone https://github.com/kaotickj/K-Sploit.git
Navigate to the K-Sploit directory
cd K-Sploit
Make the script executable
chmod +x ksploit.sh
Run the script
./ksploit.sh
(Optional) Add K-Sploit directory to PATH
echo 'export PATH="$PATH:/path/to/K-Sploit"' >> ~/.bashrc
source ~/.bashrc