Fixed whois lookup will refactor later
This commit is contained in:
parent
274538991b
commit
9eed51570d
6
HTTPy.py
6
HTTPy.py
@ -156,11 +156,11 @@ while running == 1:
|
|||||||
print "========================================================"
|
print "========================================================"
|
||||||
ipPing(inInput)
|
ipPing(inInput)
|
||||||
else:
|
else:
|
||||||
if whoOn == "W":
|
|
||||||
whois(inInput)
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
if whoOn == "W":
|
||||||
|
whois(inInput)
|
||||||
#Condense dig calls
|
#Condense dig calls
|
||||||
dig(inInput, "A")
|
dig(inInput, "A")
|
||||||
dig(inInput, "MX")
|
dig(inInput, "MX")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user