From 12b072ea1ff06813c9b0d8ba05e2b57b41a87c3c Mon Sep 17 00:00:00 2001 From: sandeep Date: Sat, 13 Nov 2021 14:34:13 +0530 Subject: [PATCH] Added extractor to print target URL --- exposed-panels/ms-adcs-detect.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/exposed-panels/ms-adcs-detect.yaml b/exposed-panels/ms-adcs-detect.yaml index 7c7973101e..9e68e83642 100644 --- a/exposed-panels/ms-adcs-detect.yaml +++ b/exposed-panels/ms-adcs-detect.yaml @@ -21,4 +21,9 @@ requests: - type: dsl dsl: - - "contains(tolower(all_headers), '/certsrv')" \ No newline at end of file + - "contains(tolower(all_headers), '/certsrv')" + + extractors: + - type: kval + kval: + - location \ No newline at end of file