Test
This commit is contained in:
parent
da362e94fa
commit
ea1fb479a1
3
HTTPy.py
3
HTTPy.py
@ -1,7 +1,7 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
import re # YAY REVERSE ENGINEER... wait its just regex
|
import re # YAY REVERSE ENGINEER... wait its just regex
|
||||||
|
|
||||||
#Made this work with linux magic
|
#Made this work with linux magic, test
|
||||||
|
|
||||||
inInput = ""
|
inInput = ""
|
||||||
partDomain = ""
|
partDomain = ""
|
||||||
@ -110,6 +110,7 @@ while running == 1:
|
|||||||
whois(inInput)
|
whois(inInput)
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
pass
|
||||||
#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