diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,2 +1,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 +``` |