22 lines
423 B
YAML
22 lines
423 B
YAML
id: default-glassfish-server-page
|
|
|
|
info:
|
|
name: GlassFish Server Default Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"GlassFish Server - Server Running"
|
|
tags: tech,glassfish
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>GlassFish Server - Server Running</title>"
|
|
part: body
|