mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
id: devexpress-detect
|
|
|
|
info:
|
|
name: DevExpress - Detect
|
|
author: CravateRouge
|
|
severity: info
|
|
description: |
|
|
Detect DevExpress based on the existence of its HTTP handler for serving images, scripts, and other resources to the client side.
|
|
reference:
|
|
- https://github.com/DevExpress/aspnet-security-bestpractices/blob/master/SecurityBestPractices.WebForms/README.md#53-information-exposure-through-source-code
|
|
- https://supportcenter.devexpress.com/ticket/details/q311748/dxr-axd-what-is-it-and-how-to-disable-it
|
|
classification:
|
|
cpe: cpe:2.3:a:devexpress:devexpress_components:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: devexpress
|
|
product: devexpress_components
|
|
shodan-query: html:"DXR.axd"
|
|
tags: devexpress,iis,microsoft,asp,tech,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "DXR.axd"
|
|
# digest: 4a0a00473045022100847fb3edb95f340f067feb9c3f99e9ad2e7954d3d32c26d2dbdbb334dafe80bd022004d5c08ed13787c633226ec0c57770d1a855e7272f3e9c427774291467b0bca0:922c64590222798bb761d5b6d8e72950 |