From cf9da57050b2c684c918934802f11a38b0d9cb29 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 6 Oct 2024 17:15:10 +0530 Subject: [PATCH] Create delphi-mvc-exception.yaml --- http/exposures/logs/delphi-mvc-exception.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 http/exposures/logs/delphi-mvc-exception.yaml diff --git a/http/exposures/logs/delphi-mvc-exception.yaml b/http/exposures/logs/delphi-mvc-exception.yaml new file mode 100644 index 0000000000..1db996d7fa --- /dev/null +++ b/http/exposures/logs/delphi-mvc-exception.yaml @@ -0,0 +1,26 @@ +id: delphi-mvc-exception + +info: + name: Delphi MVC Exception - Page + author: DhiyaneshDk + severity: info + metadata: + max-request: 1 + fofa-query: html:"DMVCFramework Exception" + tags: error,dmvc,log,delphi + +http: + - method: GET + path: + - '{{BaseURL}}' + + headers: + Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 + + matchers: + - type: word + part: body + words: + - 'DMVCFramework Exception' + - 'DelphiMVCFramework' + condition: and