Grafana
- Do you work in a cybersecurity company? Do you want to see your company advertised in HackTricks? or do you want to have access to the latest version of the PEASS or download HackTricks in PDF? Check the SUBSCRIPTION PLANS!
- 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;
- Do you work in a cybersecurity company? Do you want to see your company advertised in HackTricks? or do you want to have access to the latest version of the PEASS or download HackTricks in PDF? Check the SUBSCRIPTION PLANS!
Last modified 4mo ago