2022-07-31 18:05:07 +00:00
|
|
|
id: default-websphere-liberty
|
|
|
|
|
2022-07-31 17:20:04 +00:00
|
|
|
info:
|
|
|
|
name: WebSphere Liberty Default Page
|
|
|
|
author: oppsec
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-31 17:20:04 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"WebSphere Liberty"
|
2022-07-31 18:05:07 +00:00
|
|
|
tags: tech,websphere,liberty
|
2022-07-31 17:20:04 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-31 17:20:04 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2022-07-31 18:05:07 +00:00
|
|
|
- "{{BaseURL}}"
|
2022-07-31 17:20:04 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "WebSphere Liberty"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-07-31 18:05:07 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- "(WebSphere Liberty).*?([a-zA-Z0-9.-]+)"
|