Testing if this actually works RIPRIPRIP
This commit is contained in:
parent
26cd7b71e1
commit
9997eb399e
31
HTTPy.py
31
HTTPy.py
@ -237,17 +237,20 @@ while running == 1:
|
|||||||
if whoOn == "W":
|
if whoOn == "W":
|
||||||
whois(inInput)
|
whois(inInput)
|
||||||
#Condense dig calls
|
#Condense dig calls
|
||||||
aRec, aType = newdig(inInput, "A")
|
# aRec, aType = newdig(inInput, "A")
|
||||||
iterate(aRec, aType)
|
# iterate(aRec, aType)
|
||||||
mxRec, mxType = newdig(inInput, "MX")
|
# mxRec, mxType = newdig(inInput, "MX")
|
||||||
iterate(mxRec, mxType)
|
# iterate(mxRec, mxType)
|
||||||
txtRec, txtType = newdig(inInput, "TXT")
|
# txtRec, txtType = newdig(inInput, "TXT")
|
||||||
iterate(txtRec, txtType)
|
# iterate(txtRec, txtType)
|
||||||
nsRec, nsType = newdig(inInput, "NS")
|
# nsRec, nsType = newdig(inInput, "NS")
|
||||||
iterate(nsRec, nsType)
|
# iterate(nsRec, nsType)
|
||||||
srvRec, srvType = newdig(inInput, "SRV")
|
# srvRec, srvType = newdig(inInput, "SRV")
|
||||||
iterate(srvRec, srvType)
|
# iterate(srvRec, srvType)
|
||||||
soaRec, soaType = newdig(inInput, "SOA")
|
# soaRec, soaType = newdig(inInput, "SOA")
|
||||||
iterate(soaRec, soaType)
|
# iterate(soaRec, soaType)
|
||||||
print compareSOA(nsRec, inInput, soaRec)
|
# print compareSOA(nsRec, inInput, soaRec)
|
||||||
print '\n'
|
# print '\n'
|
||||||
|
for sub in sub2check:
|
||||||
|
tmpDom = sub + "." + inDomain
|
||||||
|
print newdig(tmpDom, "A")
|
||||||
Loading…
x
Reference in New Issue
Block a user