From f4ab265878e340f6f86ffa9f7a81cd2a7bf4c6f1 Mon Sep 17 00:00:00 2001 From: CravateRouge Date: Sat, 7 Oct 2023 21:46:02 +0200 Subject: [PATCH] Create devexpress-detect.yaml (#8217) * Create devexpress-detect.yaml * misc update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com> --- http/technologies/devexpress-detect.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 http/technologies/devexpress-detect.yaml diff --git a/http/technologies/devexpress-detect.yaml b/http/technologies/devexpress-detect.yaml new file mode 100644 index 0000000000..f3ebac3b0e --- /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