Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nu11secur1ty
GitHub Repository: nu11secur1ty/Kali-Linux
Path: blob/master/Soof-SMS/downloader.sh
1303 views
1
#!/usr/bin/bash
2
git clone --depth=1 https://github.com/nu11secur1ty/Kali-Linux.git
3
cd Kali-Linux
4
git sparse-checkout set Soof-SMS
5
git sparse-checkout set --no-cone Soof-SMS
6
exit 0;
7
8