summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```