summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Šijanec <sijanecantonluka@gmail.com>2019-04-11 00:32:35 +0200
committerGitHub <noreply@github.com>2019-04-11 00:32:35 +0200
commit5791e8af37274d831e84f32209d604f64e1fa0ac (patch)
treee05c0e3c944988177ad6dc4c478970f51e802316
parentadded more preset ccTLDs. (diff)
downloadshort-domain-finder-5791e8af37274d831e84f32209d604f64e1fa0ac.tar
short-domain-finder-5791e8af37274d831e84f32209d604f64e1fa0ac.tar.gz
short-domain-finder-5791e8af37274d831e84f32209d604f64e1fa0ac.tar.bz2
short-domain-finder-5791e8af37274d831e84f32209d604f64e1fa0ac.tar.lz
short-domain-finder-5791e8af37274d831e84f32209d604f64e1fa0ac.tar.xz
short-domain-finder-5791e8af37274d831e84f32209d604f64e1fa0ac.tar.zst
short-domain-finder-5791e8af37274d831e84f32209d604f64e1fa0ac.zip
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index a3a99da..805d9bb 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,14 @@
# short-domain-finder
-bash script that searches for available short domains by bruteforcing whois.
+a script bundle used to find short (2 character) domain names by bruteforcing known availibility check websites without captchas and by querying whois databases.
-installation:
+requirements and installation:
```
-sudo apt update -y
-sudp apt upgrade -y
-sudo apt install whois
-sudo apt autoremove
+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
-chmod +x ./shortdomains.sh
-./shortdomains.sh
```