1#!/usr/bin/bash 2git clone --depth=1 https://github.com/nu11secur1ty/Kali-Linux.git 3cd Kali-Linux 4git sparse-checkout set Soof-SMS 5git sparse-checkout set --no-cone Soof-SMS 6exit 0; 7 8