Skip to content

Payara Server Default Page

ID: default-payara-server-page

Severity: info

Author: dhiyaneshDk

Tags: tech,payara

id: default-payara-server-page
info:
name: Payara Server Default Page
author: dhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:payara:payara:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: payara
product: payara
shodan-query: http.title:"Payara Server - Server Running"
tags: tech,payara
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Payara Server - Server Running</title>"
part: body
# digest: 4a0a0047304502200ba2ca2135127e9f343e496915a2f2370d07be5203a222949426c66bec7d8772022100ed83d3daace76ae415f766f3a4b1102a72ca3720349539560ee91c98e30ffedd:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/default-payara-server-page.yaml"

View on Github