From 3ffae358df11870be8c23e7cc404a7183b96749b Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 11 Mar 2021 23:14:39 +0700 Subject: [PATCH] Fix comments-indentation linter --- cves/2020/CVE-2020-10148.yaml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/cves/2020/CVE-2020-10148.yaml b/cves/2020/CVE-2020-10148.yaml index bdbae0fbfd..e505f4797d 100644 --- a/cves/2020/CVE-2020-10148.yaml +++ b/cves/2020/CVE-2020-10148.yaml @@ -19,15 +19,14 @@ requests: - method: GET path: - "{{BaseURL}}/web.config.i18n.ashx?l=nuclei&v=nuclei" - - # - "{{BaseURL}}/SWNetPerfMon.db.i18n.ashx?l=nuclei&v=nuclei" - # Above path can be used if you are looking to scan for "SWNetPerfMon.db" file. - + # - "{{BaseURL}}/SWNetPerfMon.db.i18n.ashx?l=nuclei&v=nuclei" + # Above path can be used if you are looking to scan for "SWNetPerfMon.db" file. matchers-condition: and matchers: - type: word words: - "SolarWinds.Orion.Core." + # - "Connection String" # Commented matchers can be used for "SWNetPerfMon.db" file. part: body - type: word @@ -37,13 +36,4 @@ requests: - type: status status: - - 200 - -# - type: word -# words: -# - "Connection String" -# - "text/plain" -# part: all -# condition: and -# -# Commented matchers can be used for "SWNetPerfMon.db" file. \ No newline at end of file + - 200 \ No newline at end of file