Merge pull request #6516 from tess-ss/patch-104

Create ldap-account-manager.yaml
patch-1
Dhiyaneshwaran 2023-01-18 03:37:55 +05:30 committed by GitHub
commit 817dd5d4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: unauth-ldap-account-manager
info:
name: Unauthenticated LDAP Account Manager
author: tess
severity: medium
metadata:
verified: "true"
shodan-dork: http.title:"LDAP Account Manager"
tags: ldap,misconfig,unauth
requests:
- method: GET
path:
- '{{BaseURL}}/templates/config/profmanage.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'LDAP Account Manager'
- 'Profile management'
- 'Add profile'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200