diff options
author | Anton Šijanec <sijanecantonluka@gmail.com> | 2019-03-04 22:28:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 22:28:13 +0100 |
commit | 26b957c95c7bf419272bb5b2761072831f969fe0 (patch) | |
tree | 141c4a10adcbdd1f343b709356fb481879520bbd /README.md | |
parent | creATED shortdomain.sh (diff) | |
download | short-domain-finder-26b957c95c7bf419272bb5b2761072831f969fe0.tar short-domain-finder-26b957c95c7bf419272bb5b2761072831f969fe0.tar.gz short-domain-finder-26b957c95c7bf419272bb5b2761072831f969fe0.tar.bz2 short-domain-finder-26b957c95c7bf419272bb5b2761072831f969fe0.tar.lz short-domain-finder-26b957c95c7bf419272bb5b2761072831f969fe0.tar.xz short-domain-finder-26b957c95c7bf419272bb5b2761072831f969fe0.tar.zst short-domain-finder-26b957c95c7bf419272bb5b2761072831f969fe0.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,2 +1,16 @@ # short-domain-finder bash script that searches for available short domains by bruteforcing whois. + +installation: +``` +sudo apt update -y +sudp apt upgrade -y +sudo apt install whois +sudo apt autoremove +sudo apt clean +cd +git clone https://github.com/AstiriL/short-domain-finder.git +cd short-domain-finder +chmod +x ./shortdomains.sh +./shortdomains.sh +``` |