diff --git a/README.md b/README.md index 54213bd..c1f8a6f 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,23 @@ Once everything is ready you will be able to login to the dashboard at http://12 |----------|----------------------------|----------| | admin | monitorizer@bitthebyte.com | P@ssW0rd | +# Features + +### Events +Monitorizer supports various reporting channels to ensure you're always informed. + +**Telegram**: Updates and alerts are directly sent to your specified Telegram channel, allowing for instant notifications and immediate team collaboration. + +![](assets/telegram_report.png) + +**Webhook**: Receive detailed reports and alerts through your webhook server to keep you aligned. + +![](assets/discord_report.png) + + +### Extendable +Employ a zero-code strategy to integrate your own tools for domain enumeration and discovery effortlessly. Customize and extend functionalities without writing any new code. + +### Advanced Search +Utilize the dashboard to conduct comprehensive searches across all Monitorizer assets. This feature allows for quick location of necessary data points, streamlined through an intuitive search interface. + diff --git a/assets/discord_report.png b/assets/discord_report.png new file mode 100644 index 0000000..e02dce6 Binary files /dev/null and b/assets/discord_report.png differ diff --git a/assets/telegram_report.png b/assets/telegram_report.png new file mode 100644 index 0000000..6f316ef Binary files /dev/null and b/assets/telegram_report.png differ diff --git a/monitorizer/report/tasks.py b/monitorizer/report/tasks.py index 344a817..b617f10 100644 --- a/monitorizer/report/tasks.py +++ b/monitorizer/report/tasks.py @@ -8,7 +8,7 @@ from monitorizer.server import celery_app MESSAGE_TEMPLATE = """ -Monitorizer has discovered new %i domain(s) in since %s +Monitorizer has discovered new %i domain(s) since %s Filter Type: %s Filter Value: %s """