From b626c6af072d8931b8ba3ff61dd3320b582fa8ce Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 28 Jul 2017 00:27:01 +1000 Subject: [PATCH] AHAHAHA not funny --- HTTPy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTTPy.py b/HTTPy.py index 8b28ff1..1084358 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -110,8 +110,8 @@ def parseWhois(whioisInfo): for str in whioisInfo: str = str.strip() if NS.match(str) or D.match(str) or R.match(str) or U.match(str): - if "domain" in str: - if "ok" in str: + if "domain" in str or "Domain" in str: + if "ok" in str or "OK" in str: print bcolors.GREEN + str + bcolors.RESET else: print bcolors.RED + str + bcolors.RESET