From 89767bd615c247578b4bfe0f7755cd021f1d7d36 Mon Sep 17 00:00:00 2001 From: Benjamyn Date: Wed, 16 Aug 2017 10:15:57 +1000 Subject: [PATCH] Well that worked :) --- HTTPy.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index a344f55..c1bcf9e 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -237,20 +237,6 @@ while running == 1: else: if whoOn == "W": whois(inInput) - #Condense dig calls - # aRec, aType = newdig(inInput, "A") - # iterate(aRec, aType) - # mxRec, mxType = newdig(inInput, "MX") - # iterate(mxRec, mxType) - # txtRec, txtType = newdig(inInput, "TXT") - # iterate(txtRec, txtType) - # nsRec, nsType = newdig(inInput, "NS") - # iterate(nsRec, nsType) - # srvRec, srvType = newdig(inInput, "SRV") - # iterate(srvRec, srvType) - # soaRec, soaType = newdig(inInput, "SOA") - # iterate(soaRec, soaType) - # print compareSOA(nsRec, inInput, soaRec) for sub in sub2check: if sub != "": tmpDom = sub + "." + inInput