nuclei-templates/misconfiguration/unauth-ldap-account-manager...

35 lines
671 B
YAML
Raw Normal View History

2023-01-12 05:17:59 +00:00
id: unauth-ldap-account-manager
2023-01-11 22:51:57 +00:00
info:
2023-01-12 05:17:59 +00:00
name: Unauthenticated LDAP Account Manager
2023-01-11 22:51:57 +00:00
author: tess
severity: medium
metadata:
verified: "true"
2023-01-24 10:04:30 +00:00
shodan-query: http.title:"LDAP Account Manager"
2023-01-17 22:03:06 +00:00
tags: ldap,misconfig,unauth
2023-01-11 22:51:57 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/templates/config/profmanage.php'
matchers-condition: and
matchers:
- type: word
2023-01-12 05:17:59 +00:00
part: body
2023-01-11 22:51:57 +00:00
words:
- 'LDAP Account Manager'
- 'Profile management'
- 'Add profile'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200