diff --git a/iot_hacking/flags.md b/iot_hacking/flags.md index 2e159af..9aefad4 100644 --- a/iot_hacking/flags.md +++ b/iot_hacking/flags.md @@ -35,3 +35,22 @@ User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, Connection: close ``` image + + +## Getting the Admin Password and Secret Key + +It is just the default example configuration: +``` +# default admin user, created on startup +;admin_user = admin + +# default admin password, can be changed before first start of grafana, or in profile settings +;admin_password = admin + +... + +# used for signing +;secret_key = SW2YcwTIb9zpOOhoPsMm +``` + +image