blob: 805d9bbcd57cbad9b3e734ad4fb4f197f12d5e0d (
plain) (
tree)
|
|
# 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
```
|