mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
f6cc6316db
commit
74306809bf
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ If you don't see that response accessing `/` see the following section.
|
|||
That will means that authentication is configured an **you need valid credentials** to obtain any info from elasticserach. Then, you can [**try to bruteforce it**](../brute-force.md#elasticsearch) ****\(it uses HTTP basic auth, so anything that BF HTTP basic auth can be used\).
|
||||
Here you have a **list default usernames**: _**elastic** \(superuser\), remote\_monitoring\_user, beats\_system, logstash\_system, kibana, kibana\_system, apm\_system_
|
||||
|
||||
```text
|
||||
curl -X GET http://user:password@IP:9200/
|
||||
```
|
||||
|
||||
### Elastic Info
|
||||
|
||||
Here are some endpoints that you can **access via GET** to **obtain** some **information** about elasticsearch:
|
||||
|
|
Loading…
Reference in a new issue