Module: stats
Warning
This module can only be used after successfull NTLM and cracked passwords imports.
This module is used to generate statistics on imported passwords.
General usage:
🦝 > stats password[=enabled] <filter>
stats password admin
This submodule evaluates the robustness of cracked password for privileged users.
🦝 > stats password admin
To filter by enabled users, “=enabled” must be used:
🦝 > stats password=enabled admin
stats password user
This submodule evaluates the robustness of cracked password for unprivileged users.
🦝 > stats password user
To filter by enabled users, “=enabled” must be used:
🦝 > stats password=enabled user
stats password all
This submodule evaluates the robustness of cracked password for all users.
🦝 > stats password all
To filter by enabled users, “=enabled” must be used:
🦝 > stats password=enabled all