new: template to detect WebSphere Liberty pages

patch-1
a.k.a Daniel 2022-07-31 14:20:04 -03:00 committed by GitHub
parent 04a611fea0
commit a38802344f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: websphere-liberty-page
info:
name: WebSphere Liberty Default Page
author: oppsec
severity: info
metadata:
verified: true
shodan-query: http.title:"WebSphere Liberty"
tags: panel,websphere,liberty
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "WebSphere Liberty"
- type: status
status:
- 200