aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.73k stars 2.1k forks source link

<BR> instead of newline in output #271

Open cskinner74 opened 3 years ago

cskinner74 commented 3 years ago

I've noticed occasionally that when I run Sublist3r and push output to an output file, I wind up with some lines that contain
instead of newline characters, causing multiple subdomains to appear on the same line.

I typically mitigate this by running sed -i 's/<BR>/\n/g' out.txt on the output file, but I was wondering if there was any idea as to why this was happening on some of the results. Is it just one of the search engines responding in a different format than the others?