aboul3la / Sublist3r

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

handle ports & e-mail-adresses better #57

Closed yoshimo closed 7 years ago

yoshimo commented 7 years ago

If you get results like b.example.com:1234 and b.example.com , they should be unified in the summary. Same goes for someuser@a.example.net. We care about the subdomain, not the localuser part of the e-mail adress

aboul3la commented 7 years ago

Can you show me a test case when did you see such output comes from Sublist3r ?

yoshimo commented 7 years ago

hamburg.de has E-Mail-Adresses in the SSL Certificates output.

aboul3la commented 7 years ago

Thanks @yoshimo for reporting this issue. This was a weird behavior. I just pushed a fix for this issue and fixed the parsing function in the SSL Certs module.