yassineaboukir/sublert

Adding additional flag to ignore show domains banner

rudrasingh99 opened this issue · 3 comments

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.

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.

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.

Hi,

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

Thanks!