diff --git a/http/technologies/devexpress-detect.yaml b/http/technologies/devexpress-detect.yaml new file mode 100644 index 000000000000..f3ebac3b0ec6 --- /dev/null +++ b/http/technologies/devexpress-detect.yaml @@ -0,0 +1,22 @@ +id: devexpress-detect + +info: + name: DevExpress Detect + author: CravateRouge + severity: info + metadata: + shodan-query: html:"DXR.axd" + tags: devexpress,iis,microsoft,asp,tech + +http: + - method: GET + path: + - "{{BaseURL}}" + + redirects: true + max-redirects: 2 + matchers: + - type: word + part: body + words: + - "DXR.axd" \ No newline at end of file