I need to get a way to run this...

This commit is contained in:
Benjamyn Love 2017-06-02 05:05:09 +10:00
parent b274aa52ad
commit 6503402908

View File

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