Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nu11secur1ty
GitHub Repository: nu11secur1ty/Kali-Linux
Path: blob/master/fake_vhost_domain/remove_setoolkit.sh
1302 views
1
#!/usr/bin/bash
2
# Author V.Varbanovski @nu11secur1ty
3
#
4
# Remove fake domain
5
echo "Check the fake domain on which line is"
6
cat -n /etc/hosts
7
echo "Execute the command: sed -i '5d' /etc/hosts in your terminal to remove the fake domain it depends on which line number is"
8
exit 0;
9
10