From ea1fb479a1f5e7bd896dfc1539b7f61271e60656 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 3 Jul 2017 18:41:54 +1000 Subject: [PATCH] Test --- HTTPy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index 7f87d42..87c3960 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -1,7 +1,7 @@ import subprocess import re # YAY REVERSE ENGINEER... wait its just regex -#Made this work with linux magic +#Made this work with linux magic, test inInput = "" partDomain = "" @@ -110,6 +110,7 @@ while running == 1: whois(inInput) else: pass + pass #Condense dig calls dig(inInput, "A") dig(inInput, "MX")