Grafana
tip
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Support HackTricks
- Check the subscription plans!
- Join the 💬 Discord group or the telegram group or follow us on Twitter 🐦 @hacktricks_live.
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.
Cosas interesantes
- El archivo
/etc/grafana/grafana.ini
puede contener información sensible como usuario admin y contraseña. - Dentro de la plataforma podrías invitar personas o generar claves API (puede que necesites ser admin)
- Podrías verificar qué plugins están instalados (o incluso instalar nuevos)
- Por defecto utiliza la base de datos SQLite3 en
/var/lib/grafana/grafana.db
select user,password,database from data_source;
tip
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Support HackTricks
- Check the subscription plans!
- Join the 💬 Discord group or the telegram group or follow us on Twitter 🐦 @hacktricks_live.
- Share hacking tricks by submitting PRs to the HackTricks and HackTricks Cloud github repos.