From 146853001b16b8851b0d428a196d1e59e318e26b Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Mon, 25 Sep 2017 10:22:55 +1000 Subject: [PATCH] more prettyness --- HTTPy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index 3dfb030..cff377c 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -180,7 +180,7 @@ def parseWhois(whioisInfo): def whois(inDomain): lookup = subprocess.check_output(["whois", inDomain]) - print "========================================================" + print "====================== WHOIS ===========================" test = lookup.split("\n") #iterate(test, "") parseWhois(test) @@ -263,7 +263,7 @@ while running == 1: else: if whoOn == "W": whois(inInput) - print "========================DNS=============================" + print "======================= DNS ============================" for sub in sub2check: if sub != "": tmpDom = sub + "." + inInput