This commit is contained in:
Benjamyn Love 2017-07-03 18:41:54 +10:00
parent da362e94fa
commit ea1fb479a1

View File

@ -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")