hacktricks/network-services-pentesting/8086-pentesting-influxdb.md

145 lines
10 KiB
Markdown
Raw Normal View History

# 8086 - पेंटेस्टिंग इन्फ्लक्सडीबी
2022-04-28 16:01:33 +00:00
<figure><img src="../.gitbook/assets/image (48).png" alt=""><figcaption></figcaption></figure>
2022-08-31 22:35:39 +00:00
\
[**Trickest**](https://trickest.com/?utm_source=hacktricks&utm_medium=text&utm_campaign=ppc&utm_content=8086-pentesting-influxdb) का उपयोग करें और आसानी से **विश्व के सबसे उन्नत समुदाय उपकरणों** द्वारा संचालित **कार्यप्रवाह** बनाएं।\
आज ही पहुंचें:
2022-08-31 22:35:39 +00:00
{% embed url="https://trickest.com/?utm_source=hacktricks&utm_medium=banner&utm_campaign=ppc&utm_content=8086-pentesting-influxdb" %}
2022-04-28 16:01:33 +00:00
<details>
<summary><strong>शून्य से हीरो तक AWS हैकिंग सीखें</strong> <a href="https://training.hacktricks.xyz/courses/arte"><strong>htARTE (HackTricks AWS Red Team Expert)</strong></a><strong> के साथ</strong>!</summary>
2022-04-28 16:01:33 +00:00
HackTricks का समर्थन करने के अन्य तरीके:
2022-04-28 16:01:33 +00:00
* यदि आप अपनी कंपनी का **विज्ञापन HackTricks में देखना चाहते हैं** या **HackTricks को PDF में डाउनलोड करना चाहते हैं** तो [**सब्सक्रिप्शन प्लान्स**](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) खोजें
* **शामिल हों** 💬 [**डिस्कॉर्ड समूह**](https://discord.gg/hRep4RUj7f) या [**टेलीग्राम समूह**](https://t.me/peass) और हमें **ट्विटर** 🐦 [**@carlospolopm**](https://twitter.com/hacktricks\_live)** पर फॉलो** करें।
* **अपने हैकिंग ट्रिक्स साझा करें** [**HackTricks**](https://github.com/carlospolop/hacktricks) और [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos में PR जमा करके।
</details>
## मूल जानकारी
**InfluxDB** एक ओपन-सोर्स **टाइम सीरीज डेटाबेस (TSDB)** है जिसे InfluxData ने विकसित किया है। TSDBs को समय सीरीज डेटा को स्टोर और सर्व करने के लिए अनुकूलित किया गया है, जिसमें टाइमस्टैम्प-मान जोड़े होते हैं। सामान्य उद्देश्य वाले डेटाबेसों की तुलना में, TSDBs समय सीरीज डेटासेट के लिए **भंडारण स्थान** और **प्रदर्शन** में महत्वपूर्ण सुधार प्रदान करते हैं। वे विशेषकृत संपीड़न एल्गोरिदम का उपयोग करते हैं और पुराने डेटा को स्वचालित रूप से हटाने के लिए कॉन्फ़िगर किए जा सकते हैं। विशेषकृत डेटाबेस सूचकांक भी क्वेरी प्रदर्शन को बढ़ाते हैं।
**डिफ़ॉल्ट पोर्ट**: 8086
```
PORT STATE SERVICE VERSION
8086/tcp open http InfluxDB http admin 1.7.5
```
2023-11-06 08:38:02 +00:00
## जांच
एक पेंटेस्टर के दृष्टिकोण से यह एक और डेटाबेस हो सकता है जो संवेदनशील जानकारी स्टोर कर रहा हो, इसलिए सभी जानकारी को कैसे डंप करना है, यह जानना दिलचस्प है।
2023-11-06 08:38:02 +00:00
### प्रमाणीकरण
InfluxDB को प्रमाणीकरण की आवश्यकता हो सकती है या नहीं
```bash
# Try unauthenticated
influx -host 'host name' -port 'port #'
> use _internal
```
यदि आपको इस तरह की त्रुटि मिलती है: `ERR: unable to parse authentication credentials` तो इसका मतलब है कि यह **कुछ प्रमाणीकरण क्रेडेंशियल्स** की अपेक्षा कर रहा है।
```
influx username influx password influx_pass
```
2023-11-06 08:38:02 +00:00
### मैनुअल गणना
इस उदाहरण की जानकारी [**यहाँ से**](https://oznetnerd.com/2017/06/11/getting-know-influxdb/) ली गई थी।
2023-11-06 08:38:02 +00:00
#### डेटाबेस दिखाएं
पाए गए डेटाबेस `telegraf` और `internal` हैं (आप इसे हर जगह पाएंगे)
```bash
> show databases
name: databases
name
----
telegraf
_internal
```
#### तालिकाएँ/मापन
[**InfluxDB दस्तावेज़ीकरण**](https://docs.influxdata.com/influxdb/v1.2/introduction/getting\_started/) बताता है कि **मापन** InfluxDB में SQL तालिकाओं के साथ समानार्थी हो सकते हैं। इन **मापनों** का नामकरण उनकी संबंधित सामग्री का सूचक है, प्रत्येक एक विशेष इकाई के संबंधित डेटा को धारित करते हैं।
```bash
> show measurements
name: measurements
name
----
cpu
disk
diskio
kernel
mem
processes
swap
system
```
#### कॉलम/फ़ील्ड कुंजियाँ दिखाएं
फ़ील्ड कुंजियाँ डेटाबेस के **कॉलम** की तरह होती हैं
```bash
> show field keys
name: cpu
fieldKey fieldType
-------- ---------
usage_guest float
usage_guest_nice float
usage_idle float
usage_iowait float
name: disk
fieldKey fieldType
-------- ---------
free integer
inodes_free integer
inodes_total integer
inodes_used integer
[ ... more keys ...]
```
#### डंप तालिका
और अंत में आप ऐसा कुछ करके **डंप तालिका** कर सकते हैं:
```bash
select * from cpu
name: cpu
time cpu host usage_guest usage_guest_nice usage_idle usage_iowait usage_irq usage_nice usage_softirq usage_steal usage_system usage_user
---- --- ---- ----------- ---------------- ---------- ------------ --------- ---------- ------------- ----------- ------------ ----------
1497018760000000000 cpu-total ubuntu 0 0 99.297893681046 0 0 0 0 0 0.35105315947842414 0.35105315947842414
1497018760000000000 cpu1 ubuntu 0 0 99.69909729188728 0 0 0 0 0 0.20060180541622202 0.10030090270811101
```
{% hint style="warning" %}
कुछ जांच में प्रमाणीकरण बाईपास के साथ यह नोट किया गया था कि तालिका का नाम डबल कोट्स के बीच होना चाहिए जैसे: `select * from "cpu"`
{% endhint %}
2023-11-06 08:38:02 +00:00
### स्वचालित प्रमाणीकरण
```bash
msf6 > use auxiliary/scanner/http/influxdb_enum
```
2022-04-28 16:01:33 +00:00
<details>
<summary><strong>जानें AWS हैकिंग को शून्य से हीरो तक</strong> <a href="https://training.hacktricks.xyz/courses/arte"><strong>htARTE (HackTricks AWS Red Team Expert)</strong></a><strong> के साथ</strong>!</summary>
HackTricks का समर्थन करने के अन्य तरीके:
2022-04-28 16:01:33 +00:00
* अगर आप अपनी **कंपनी का विज्ञापन HackTricks में देखना चाहते हैं** या **HackTricks को PDF में डाउनलोड करना चाहते हैं** तो [**सब्सक्रिप्शन प्लान**](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) या हमें **ट्विटर** 🐦 [**@carlospolopm**](https://twitter.com/hacktricks\_live)** पर फॉलो** करें।
* **अपने हैकिंग ट्रिक्स साझा करें, HackTricks** के [**HackTricks**](https://github.com/carlospolop/hacktricks) और [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos में PRs सबमिट करके।
2022-04-28 16:01:33 +00:00
</details>
<figure><img src="../.gitbook/assets/image (48).png" alt=""><figcaption></figcaption></figure>
2022-08-31 22:35:39 +00:00
\
[**Trickest**](https://trickest.com/?utm_source=hacktricks&utm_medium=text&utm_campaign=ppc&utm_content=8086-pentesting-influxdb) का उपयोग करें और दुनिया के **सबसे उन्नत समुदाय उपकरणों** द्वारा संचालित **औरोमेट वर्कफ़्लो** आसानी से बनाएं।\
आज ही पहुंचें:
2022-04-28 16:01:33 +00:00
{% embed url="https://trickest.com/?utm_source=hacktricks&utm_medium=banner&utm_campaign=ppc&utm_content=8086-pentesting-influxdb" %}