37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
id: apache-jspwiki-detect
|
|
|
|
info:
|
|
name: Apache JSPWiki - Detect
|
|
author: icarot
|
|
severity: info
|
|
description: |
|
|
Detects a Apache JSPWiki web application, leading open source WikiWiki engine, feature-rich and built around standard JEE components (Java, servlets, JSP).
|
|
classification:
|
|
cpe: cpe:2.3:a:apache:jspwiki:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: jspwiki
|
|
shodan-query: title:"JSPWiki"
|
|
tags: tech,jspwiki,apache,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains_any(body, "JSPWiki: Main", "JSPWiki: Login")'
|
|
- 'contains(body, "/jspwiki")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: version
|
|
part: body
|
|
regex:
|
|
- "JSPWiki v[0-9]+\\.[0-9]+\\.[0-9]+"
|
|
# digest: 4a0a00473045022015e83bd8e1b8c95187c6a1bf889fa87c86a15d8857b4fdfbd20697c5ac6fdfe902210092ee384048cb63075c2c25424c62a0f49dd4aeeabbf1b1c237d3aa8214920bd1:922c64590222798bb761d5b6d8e72950 |