summaryrefslogtreecommitdiffstats
path: root/README.md
blob: f2e3f80364a82b86d3d35a3e1fae291be40ff7d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
```
edit /etc/tor/torrc and enable ControlPort on 127.0.0.1:9051 and SocksPort on 127.0.0.1:9050, use
```
tor --hash-password yourtorpassword
```
to generate a Control Hash Password to be placed in torrc. Also update that password in scripts that use it.
```
sudo apt clean
cd
git clone https://github.com/AstiriL/short-domain-finder.git
cd short-domain-finder
chmod +x *.sh
chmod +x *.py
chmod +x *.php
```