From 159e10b09799b9865c2d9645bb4f9b418ba2d51c Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Tue, 6 Dec 2022 17:57:06 +0000 Subject: [PATCH] everything. --- domain.list | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ run.sh | 1 + tld.list | 6 ++++++ 3 files changed, 67 insertions(+) create mode 100644 domain.list create mode 100755 run.sh create mode 100644 tld.list diff --git a/domain.list b/domain.list new file mode 100644 index 0000000..0a5d921 --- /dev/null +++ b/domain.list @@ -0,0 +1,60 @@ +defend +present +dog +storage +version +action +glue +cut +stadium +muggy +galaxy +dollar +bean +jelly +peel +tiger +joint +fuss +spread +tempt +class +staff +grudge +maid +my +sale +turn +recover +falsify +default +leash +rent +card +comfortable +net +strip +bat +election +pot +material +cane +get +assault +ghost +address +compartment +thigh +remark +forward +fantasy +civilian +show +building +root +stock +march +overall +treasurer +parameter +situation diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..bba9eac --- /dev/null +++ b/run.sh @@ -0,0 +1 @@ +for domain in $(cat domain.list); do for tld in $(cat tld.list); do ping -c 2 $domain.$tld ;done done diff --git a/tld.list b/tld.list new file mode 100644 index 0000000..4b473aa --- /dev/null +++ b/tld.list @@ -0,0 +1,6 @@ +net +com +de +org +cc +co.uk