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:
|
2023-10-14 11:27:55 +00:00
|
|
|
verified: true
|
2023-09-12 09:56:24 +00:00
|
|
|
max-request: 3
|
2023-09-12 09:30:08 +00:00
|
|
|
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
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-09-12 09:30:08 +00:00
|
|
|
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>'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022100b294ecf229726fd1aa19f2e4ddb4666cf600cb6013b9ffe52945a1b11d52cd32021f63d9719423e8c3a7a485219cfe238ba4837c617d3a82563b86bd9cf771a85c:922c64590222798bb761d5b6d8e72950
|