diff --git a/HTTPy.py b/HTTPy.py index b0edd90..7ee6dff 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -182,4 +182,11 @@ while running == 1: dig(inInput, "SRV") soaRec = dig(inInput, "SOA") print compareSOA(test, inInput, soaRec) - print '\n' \ No newline at end of file + print '\n' + + +# for whois use if "string" in to filter the output +# +# +# +# \ No newline at end of file