nuclei-templates/http/exposed-panels/phpldapadmin-panel.yaml

39 lines
810 B
YAML
Raw Normal View History

2023-09-12 09:30:08 +00:00
id: phpldapadmin-panel
info:
name: PHP LDAP Admin Panel - Detect
2023-09-12 09:50:23 +00:00
author: ritikchaddha,DhiyaneshDk
2023-09-12 09:30:08 +00:00
severity: info
metadata:
max-request: 3
2023-09-12 09:30:08 +00:00
shodan-query: title:"phpLDAPadmin"
verified: true
2023-09-12 09:30:08 +00:00
tags: php,phpldapadmin,panel,detect
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/phpldapadmin'
- '{{BaseURL}}/htdocs/index.php'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "phpLDAPadmin ("
- "/projects/phpldapadmin"
- "alt=\"phpLDAPadmin logo"
condition: or
extractors:
- type: regex
part: body
group: 1
regex:
- '<div id="ajFOOT">([0-9.]+)<\/div>'