Skip to content

Installation

Johnny Watts edited this page Apr 9, 2024 · 5 revisions

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