aboul3la / Sublist3r

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

fixed <BR> breaking flow in ssl cert search #315

Closed thedredhorseman closed 2 years ago

thedredhorseman commented 3 years ago

I use sublist3r results to feed into other tools very frequently, and I noticed that the SSL search usually has a lot of
tags in the results, so I added some logic to split the domains separated by
tags when they appear in the cert search so you get a clean output of all the domains found with the SSL engine that are easily iterable with other tools without having to sanitize the data.