mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-27 15:12:11 +00:00
23 lines
1.6 KiB
Markdown
23 lines
1.6 KiB
Markdown
# Grafana
|
|
|
|
<details>
|
|
|
|
<summary><strong>htARTE (HackTricks AWS Red Team Expert)</strong>를 통해 제로에서 영웅까지 AWS 해킹을 배워보세요<strong>!</strong></summary>
|
|
|
|
HackTricks를 지원하는 다른 방법:
|
|
|
|
* **회사를 HackTricks에서 광고하거나 HackTricks를 PDF로 다운로드**하려면 [**SUBSCRIPTION PLANS**](https://github.com/sponsors/carlospolop)를 확인하세요!
|
|
* [**공식 PEASS & HackTricks 스웨그**](https://peass.creator-spring.com)를 얻으세요.
|
|
* 독점적인 [**NFTs**](https://opensea.io/collection/the-peass-family)인 [**The PEASS Family**](https://opensea.io/collection/the-peass-family)를 발견하세요.
|
|
* 💬 [**Discord 그룹**](https://discord.gg/hRep4RUj7f) 또는 [**텔레그램 그룹**](https://t.me/peass)에 **참여**하거나 **Twitter** 🐦 [**@carlospolopm**](https://twitter.com/hacktricks_live)을 **팔로우**하세요.
|
|
* **HackTricks**와 **HackTricks Cloud** github 저장소에 PR을 제출하여 **해킹 트릭을 공유**하세요.
|
|
|
|
</details>
|
|
|
|
## 흥미로운 내용
|
|
|
|
* **`/etc/grafana/grafana.ini`** 파일에는 **관리자** **사용자 이름**과 **비밀번호**와 같은 민감한 정보가 포함될 수 있습니다.
|
|
* 플랫폼 내에서 **사람을 초대**하거나 **API 키를 생성**할 수 있습니다(관리자 권한이 필요할 수 있음).
|
|
* 설치된 플러그인을 확인하거나 새로 설치할 수 있습니다.
|
|
* 기본적으로 **SQLite3** 데이터베이스를 **`/var/lib/grafana/grafana.db`**에서 사용합니다.
|
|
* `select user,password,database from data_source;`
|