2020-07-02 13:53:41 +00:00
|
|
|
id: telerik-dialoghandler-detect
|
|
|
|
info:
|
|
|
|
name: Detect Telerik Web UI Dialog Handler
|
|
|
|
author: organiccrap
|
2020-09-20 12:57:43 +00:00
|
|
|
severity: info
|
2020-07-02 18:11:53 +00:00
|
|
|
# https://captmeelo.com/pentest/2018/08/03/pwning-with-telerik.html
|
2020-07-02 13:53:41 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/Telerik.Web.UI.DialogHandler.aspx'
|
|
|
|
headers:
|
|
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
|
2020-07-10 10:07:53 +00:00
|
|
|
matchers-condition: and
|
2020-07-02 13:53:41 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- Loading the dialog...
|