summaryrefslogtreecommitdiff
path: root/domaincheck
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-10 09:41:25 -0700
committerBen Sima <ben@bsima.me>2019-04-10 09:41:25 -0700
commit408611b21c4a085477acdc41fdc75e94e86a9504 (patch)
tree4edc76043714a3765cc030f9504d1a8536cd8e29 /domaincheck
parenta11c3f21f713e2c9aaf26f50b9cb2452c3610aa9 (diff)
wip scripts
Diffstat (limited to 'domaincheck')
-rwxr-xr-xdomaincheck8
1 files changed, 8 insertions, 0 deletions
diff --git a/domaincheck b/domaincheck
new file mode 100755
index 0000000..7105eea
--- /dev/null
+++ b/domaincheck
@@ -0,0 +1,8 @@
+#! /usr/bin/env python3
+
+import argparse
+import urllib.request
+
+for d in domains:
+ deetz = pythonwhois.get_whois(d)
+ print(deetz)