diff --git a/technologies/payara-micro-server-detect.yaml b/technologies/payara-micro-server-detect.yaml new file mode 100644 index 0000000000..d6bb2e5e57 --- /dev/null +++ b/technologies/payara-micro-server-detect.yaml @@ -0,0 +1,26 @@ +id: payara-micro-detect + +info: + name: Payara Micro Detect + author: pikpikcu + severity: info + metadata: + verified: true + shodan-query: 'title:"Payara Micro #badassfish - Error report"' + tags: tech,payara + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Payara Micro #badassfish - Error report" + + - type: status + status: + - 404