summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 805d9bbcd57cbad9b3e734ad4fb4f197f12d5e0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# short-domain-finder
a script bundle used to find short (2 character) domain names by bruteforcing known availibility check websites without captchas and by querying whois databases.

requirements and installation:
```
sudo apt update
sudp apt upgrade
sudo apt install whois curl tor torsocks
# set tor password and enable control port and socks5
sudo apt clean
cd
git clone https://github.com/AstiriL/short-domain-finder.git
cd short-domain-finder
```