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