8280cd5
26b957c
1 2
3 4 5 6 7 8 9 10 11 12 13 14 15 16
# short-domain-finder bash script that searches for available short domains by bruteforcing whois. installation: ``` sudo apt update -y sudp apt upgrade -y sudo apt install whois sudo apt autoremove sudo apt clean cd git clone https://github.com/AstiriL/short-domain-finder.git cd short-domain-finder chmod +x ./shortdomains.sh ./shortdomains.sh ```