nuclei-templates/technologies/jhipster-detect.yaml

28 lines
507 B
YAML
Raw Normal View History

2022-09-06 16:43:25 +00:00
id: jhipster-detect
info:
2022-09-09 11:13:30 +00:00
name: JHipster Detect
2022-09-06 16:43:25 +00:00
author: righettod
severity: info
metadata:
verified: true
shodan-query: http.html:"JHipster"
tags: tech,jhipster
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/i18n/en.json'
stop-at-first-match: true
matchers:
- type: word
part: body
words:
- 'JHipster'
- '@jhipster'
- 'Welcome, Java Hipster!'
- 'jhipster-error'
condition: or