28 lines
492 B
YAML
28 lines
492 B
YAML
id: payara-micro-detect
|
|
|
|
info:
|
|
name: Payara Micro Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: 'title:"Payara Micro #badassfish - Error report"'
|
|
tags: tech,payara
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Payara Micro #badassfish - Error report"
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|