mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
14 lines
1.0 KiB
Markdown
14 lines
1.0 KiB
Markdown
# Grafana
|
|
|
|
{{#include ../../banners/hacktricks-training.md}}
|
|
|
|
## Interesting stuff
|
|
|
|
- फ़ाइल **`/etc/grafana/grafana.ini`** में संवेदनशील जानकारी हो सकती है जैसे **admin** **username** और **password.**
|
|
- प्लेटफ़ॉर्म के अंदर आप **लोगों को आमंत्रित** कर सकते हैं या **API कुंजी उत्पन्न** कर सकते हैं (शायद admin होना आवश्यक है)
|
|
- आप देख सकते हैं कि कौन से प्लगइन्स स्थापित हैं (या नए स्थापित कर सकते हैं)
|
|
- डिफ़ॉल्ट रूप से यह **`/var/lib/grafana/grafana.db`** में **SQLite3** डेटाबेस का उपयोग करता है
|
|
- `select user,password,database from data_source;`
|
|
|
|
{{#include ../../banners/hacktricks-training.md}}
|