40 lines
1004 B
YAML
40 lines
1004 B
YAML
id: phpldapadmin-panel
|
|
|
|
info:
|
|
name: PHP LDAP Admin Panel - Detect
|
|
author: ritikchaddha,DhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
max-request: 3
|
|
shodan-query: title:"phpLDAPadmin"
|
|
verified: true
|
|
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>'
|
|
# digest: 4a0a00473045022100d9f3bb5fe0097eb3c40aa4a14f34332aae4cef5751a389ec42ed83392f3161c8022077d9fb49a22afbd3431a66e8dedae3cc18c0495487980c123df4906a28b32ce4:922c64590222798bb761d5b6d8e72950 |