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:
|
||||
pass
|
||||
|
||||
else:
|
||||
if whoOn == "W":
|
||||
whois(inInput)
|
||||
else:
|
||||
pass
|
||||
#Condense dig calls
|
||||
dig(inInput, "A")
|
||||
dig(inInput, "MX")
|
||||
dig(inInput, "TXT")
|
||||
test = dig(inInput, "NS")
|
||||
dig(inInput, "SRV")
|
||||
soaRec = dig(inInput, "SOA")
|
||||
print compareSOA(test, inInput, soaRec)
|
||||
print '\n'
|
||||
if whoOn == "W":
|
||||
whois(inInput)
|
||||
else:
|
||||
pass
|
||||
#Condense dig calls
|
||||
dig(inInput, "A")
|
||||
dig(inInput, "MX")
|
||||
dig(inInput, "TXT")
|
||||
test = dig(inInput, "NS")
|
||||
dig(inInput, "SRV")
|
||||
soaRec = dig(inInput, "SOA")
|
||||
print compareSOA(test, inInput, soaRec)
|
||||
print '\n'
|
||||
Loading…
x
Reference in New Issue
Block a user