From 65034029086ffbb5c490f570d68acf899c09b72d Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Fri, 2 Jun 2017 05:05:09 +1000 Subject: [PATCH] I need to get a way to run this... --- HTTPy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index 63663dd..77ad4d3 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -28,8 +28,8 @@ def whois(inDomain): def dig(inDomain, record): dig = subprocess.check_output(["dig", record, "+short", inDomain]) print "========================================================" #ADD REST OF DIGS - test = dig.split("\n") - print record, test[0] + #test = dig.split("\n") + #print record, test[0] iterate(test) #fix up mutiple record types... def ipLookup(inDomain):