Fixed booboo
This commit is contained in:
parent
bb16df4156
commit
ca5b11186b
26
HTTPy.py
26
HTTPy.py
@ -158,17 +158,17 @@ while running == 1:
|
|||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
else:
|
|
||||||
if whoOn == "W":
|
|
||||||
whois(inInput)
|
|
||||||
else:
|
else:
|
||||||
pass
|
if whoOn == "W":
|
||||||
#Condense dig calls
|
whois(inInput)
|
||||||
dig(inInput, "A")
|
else:
|
||||||
dig(inInput, "MX")
|
pass
|
||||||
dig(inInput, "TXT")
|
#Condense dig calls
|
||||||
test = dig(inInput, "NS")
|
dig(inInput, "A")
|
||||||
dig(inInput, "SRV")
|
dig(inInput, "MX")
|
||||||
soaRec = dig(inInput, "SOA")
|
dig(inInput, "TXT")
|
||||||
print compareSOA(test, inInput, soaRec)
|
test = dig(inInput, "NS")
|
||||||
print '\n'
|
dig(inInput, "SRV")
|
||||||
|
soaRec = dig(inInput, "SOA")
|
||||||
|
print compareSOA(test, inInput, soaRec)
|
||||||
|
print '\n'
|
||||||
Loading…
x
Reference in New Issue
Block a user