blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.1k stars 459 forks source link

Adding "\n" to subbrute #51

Closed jphjsoares closed 4 years ago

jphjsoares commented 4 years ago

While I was using subbrute script, I noticed all the domains were concatenated, there was now new line between the domains printed out. Trying to find out why, all I had to do was to had a "\n" to the script and it all got fixed up!

blechschmidt commented 4 years ago

I cannot reproduce the issue. According to https://docs.python.org/3/library/functions.html and https://docs.python.org/2/library/functions.html#print, print calls will output a newline at the end.