Skip to content

Cantara/Whydah-StatisticsDashboard

Repository files navigation

Whydah-StatisticsDashboard

GitHub tag (latest SemVer) Build Status GitHub commit activity Project Status: Active – The project has reached a stable, usable state and is being actively developed. Known Vulnerabilities

image

Dashboard to get some insights into the user activities for a running whydah installation

  • Total number of users

  • Total number of applications

  • Number of new users/day (per hour?) From which aplication

  • Number of logins/day From which aplication

  • Number of deleted users/day

    Number of sessions accessed/day/application

    • and more to come

Configure environment

You can configure the environment by modifying json file ./environment_config.json in the current directory

The name is the deployment target, and favicon should match the target

Example

{
  "environment_name": "My awesome target",
  "favicon": "awesome.favicon.ico"
}