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
988 stars 166 forks source link

Pass correct value to errorlog method #2

Closed simpsora closed 5 years ago

simpsora commented 5 years ago

The first arg to errorlog() here is the function errorlog itself, which is probably a mistake. I think it should be the value of error, created the line above, instead.

Fixes https://github.com/yassineaboukir/sublert/issues/3.