summaryrefslogtreecommitdiffstats
path: root/README.md
blob: a3a99daa6ffec2f76a591f05276d1def54f063ae (plain) (blame)
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
```