Skip to content

JHipster Detect

ID: jhipster-detect

Severity: info

Author: righettod

Tags: tech,jhipster

id: jhipster-detect
info:
name: JHipster Detect
author: righettod
severity: info
classification:
cpe: cpe:2.3:a:jhipster:jhipster:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: jhipster
product: jhipster
shodan-query: http.html:"JHipster"
tags: tech,jhipster
http:
- 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
# digest: 4a0a004730450220713dda3bdb554740f8abd3364e4bd25b275af55b5ad71be740b14fced35740f8022100db1a4fc564bd527ae0e93f079f909b127db016d3db9e3133c1120a1fed880f2f: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/jhipster-detect.yaml"

View on Github