-
Notifications
You must be signed in to change notification settings - Fork 14
Description
In order to better support expansion of dooked, regular expression checks for custom notifications at runtime should be added into a specified configuration file (that would be passed at runtime with a command line flag).
Configuration files should support checks on each data field. The user would specify:
- The field to run the check against
- The regular expression to run
- The alert to generate
For example, a user could generate an alert to push an alert for any page with page content that has an outdated copyright banner, or an alert for domain names that contain "dev" or "test" within them - essentially allowing you to expand dook for monitoring / alerting around domains of interest, not just DNS data points at execution time.
Given this requires a reasonable amount of planning/execution, if you wish to take this on please let me know on twitter (twitter.com/codingo_). Bounty for this finding is $200USD.