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