mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
564 B
564 B
Grafana
{{#include ../../banners/hacktricks-training.md}}
Interesting stuff
- The file
/etc/grafana/grafana.ini
can contain sensitive information such as admin username and password. - Inside the platform you could invite people or generate API keys (might need to be admin)
- You could check which plugins are installed (or even install new)
- By default it uses SQLite3 database in
/var/lib/grafana/grafana.db
select user,password,database from data_source;
{{#include ../../banners/hacktricks-training.md}}