36 lines
798 B
YAML
36 lines
798 B
YAML
id: default-websphere-liberty
|
|
|
|
info:
|
|
name: WebSphere Liberty Default Page
|
|
author: oppsec
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"WebSphere Liberty"
|
|
tags: tech,websphere,liberty
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "WebSphere Liberty"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "(WebSphere Liberty).*?([a-zA-Z0-9.-]+)"
|
|
|
|
# digest: 4b0a00483046022100c675cf6212578eac4d8bf53307bac4a8945cdf4891c4677bbb024b84c4ea858a0221009226a87945897e1e50379fd245515a95b6b70eec9f55b7f815859d1de3d1dbed:922c64590222798bb761d5b6d8e72950
|