Added some basic comments
This commit is contained in:
parent
a73bffbf14
commit
32c77da17c
2
HTTPy.py
2
HTTPy.py
@ -65,6 +65,7 @@ def getInput():
|
||||
#run code
|
||||
#else tell user they suck :D
|
||||
|
||||
#Main Loop
|
||||
while running == 1:
|
||||
getInput()
|
||||
if inInput == "":
|
||||
@ -77,6 +78,7 @@ while running == 1:
|
||||
ipLookup(inInput)
|
||||
else:
|
||||
whois(inInput)
|
||||
#Condense dig calls
|
||||
dig(inInput, "A")
|
||||
dig(inInput, "MX")
|
||||
dig(inInput, "TXT")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user