Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nu11secur1ty
GitHub Repository: nu11secur1ty/Kali-Linux
Path: blob/master/SMSend-Anon-SMS-Sender/download.sh
1291 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 SMSend-Anon-SMS-Sender
5
git sparse-checkout set --no-cone SMSend-Anon-SMS-Sender
6
exit 0;
7
8