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

Issues making Slack requests #9

Open simpsora opened 5 years ago

simpsora commented 5 years ago

Slack messages are sent one-at-a-time, potentially with a 1-second sleep in between (controlled by config value slack_sleep_enabled).

For large datasets, this can result in either:

Ideally slack messages would be built up and sent either as one message or in batches, to reduce the time taken to send and the number of requests to the Slack API.

rudrasingh99 commented 5 years ago

+1 Nice idea to combine a bunch of data as a whole rather than single domain per message.