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

Adding additional flag to ignore show domains banner #12

Closed rudrasingh99 closed 4 years ago

rudrasingh99 commented 5 years ago

Hi,

Because of the banner we can't really do cat domains | read.......sublert.py $domain -u as the banner pop-ups after scan.

It's hectic to add bunch of domains manually.

yassineaboukir commented 5 years ago

Hi,

Sublert doesn't support batch importing of domains yet but it's in the roadmap. I'll also add an option to skip the message whether you want to display the list of subdomains or not when you add a new domain to monitor.

Thank you for bringing it up.

yassineaboukir commented 5 years ago

On the other hand, you can add a bunch of domains by manually editing domains.txt but be careful of the newline character when doing so.

yassineaboukir commented 4 years ago

Hi,

This is now fixed. You can append "-q true" to your command to skip the user input question.

Thanks!