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):