yassineaboukir / sublert

Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
MIT License
981 stars 172 forks source link

[Bug] Iterating the record names #5

Closed arbazkiraak closed 5 years ago

arbazkiraak commented 5 years ago

Hi,

                        for i in dns_result[subdomain]["A"]:
                            data = "```A : {}```".f

There's a bug at line 366 and 370

Which is iterating word by word of CNAME and A records: and posting the data to slack.

yassineaboukir commented 5 years ago

Hi,

I haven't been able to replicate this issue yet but still looking into it. Thank you for flagging!

yassineaboukir commented 5 years ago

Hi,

I am unable to replicate the issue. It used to be a bug but the following commit resolved it https://github.com/yassineaboukir/sublert/commit/7d480b6eea28ff4613648b763305db7907d3ba1f#diff-198435d23e8d0b20783306dcebcb0e25R333

(Line 333 and 334)

Make sure you clone the latest version. See:

sublert

I am closing this issue in the meantime. Thanks!