I hate logic
This commit is contained in:
parent
bee024ba13
commit
a86b5a45c3
4
HTTPy.py
4
HTTPy.py
@ -116,8 +116,8 @@ def parseWhois(whioisInfo):
|
|||||||
print bcolors.GREEN + str + bcolors.RESET
|
print bcolors.GREEN + str + bcolors.RESET
|
||||||
else:
|
else:
|
||||||
print bcolors.RED + str + bcolors.RESET
|
print bcolors.RED + str + bcolors.RESET
|
||||||
else:
|
else:
|
||||||
print str
|
print str
|
||||||
|
|
||||||
def whois(inDomain):
|
def whois(inDomain):
|
||||||
lookup = subprocess.check_output(["whois", inDomain])
|
lookup = subprocess.check_output(["whois", inDomain])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user