Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BitTheByte committed Apr 11, 2024
1 parent 52e3343 commit 74a9739
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Binary file added assets/discord_report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/telegram_report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion monitorizer/report/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 74a9739

Please sign in to comment.