diff options
author | Anton Šijanec <sijanecantonluka@gmail.com> | 2019-04-11 00:32:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 00:32:35 +0200 |
commit | 5791e8af37274d831e84f32209d604f64e1fa0ac (patch) | |
tree | e05c0e3c944988177ad6dc4c478970f51e802316 | |
parent | added more preset ccTLDs. (diff) | |
download | short-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.md | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -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 ``` |