Skip to content

Jeecg Boot Swagger Bootstrap UI - Detect

ID: jeecg-boot-swagger

Severity: info

Author: ritikchaddha

Tags: jeecg,swagger,detect,exposure

Jeecg Swagger Bootstrap UI exposed.

id: jeecg-boot-swagger
info:
name: Jeecg Boot Swagger Bootstrap UI - Detect
author: ritikchaddha
severity: info
description: Jeecg Swagger Bootstrap UI exposed.
classification:
cpe: cpe:2.3:a:jeecg:jeecg-boot:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: jeecg
product: jeecg-boot
shodan-query: title:"Jeecg-Boot"
fofa-query: title="JeecgBoot 企业级低代码平台"
tags: jeecg,swagger,detect,exposure
http:
- method: GET
path:
- "{{BaseURL}}/jeecg-boot/"
matchers:
- type: word
part: body
words:
- "<title>Swagger-Bootstrap-UI</title>"
# digest: 4b0a00483046022100851e97dfb96c90edcab7f27757551a8100de139a71b40e579bb57edb3274ae200221009db963f2cda0b3b20fcfc8ddd4ce8d3159d7263b7ae69c4187111371a223aae9: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/exposures/apis/jeecg-boot-swagger.yaml"

View on Github