feat: update dashboard documentation to reflect new tab organization and features
This commit is contained in:
@@ -88,7 +88,7 @@ You can easily expose Krawl alongside your other services to shield them from we
|
|||||||
|
|
||||||
Krawl provides a comprehensive dashboard, accessible at a **random secret path** generated at startup or at a **custom path** configured via `KRAWL_DASHBOARD_SECRET_PATH`. This keeps the dashboard hidden from attackers scanning your honeypot.
|
Krawl provides a comprehensive dashboard, accessible at a **random secret path** generated at startup or at a **custom path** configured via `KRAWL_DASHBOARD_SECRET_PATH`. This keeps the dashboard hidden from attackers scanning your honeypot.
|
||||||
|
|
||||||
The dashboard is organized in three main tabs:
|
The dashboard is organized in five tabs:
|
||||||
|
|
||||||
- **Overview** — High-level view of attack activity: an interactive map of IP origins, recent suspicious requests, and top IPs, User-Agents, and paths.
|
- **Overview** — High-level view of attack activity: an interactive map of IP origins, recent suspicious requests, and top IPs, User-Agents, and paths.
|
||||||
|
|
||||||
@@ -102,6 +102,11 @@ The dashboard is organized in three main tabs:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Additionally, after authenticating with the dashboard password, two protected tabs become available:
|
||||||
|
|
||||||
|
- **Tracked IPs** — Maintain a watchlist of IP addresses you want to monitor over time.
|
||||||
|
- **IP Banlist** — Manage IP bans, view detected attackers, and export the banlist in raw or IPTables format.
|
||||||
|
|
||||||
For more details, see the [Dashboard documentation](docs/dashboard.md).
|
For more details, see the [Dashboard documentation](docs/dashboard.md).
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user