Fix comments-indentation linter

patch-1
Dwi Siswanto 2021-03-11 23:14:39 +07:00
parent 4005453117
commit 3ffae358df
1 changed files with 4 additions and 14 deletions

View File

@ -19,15 +19,14 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/web.config.i18n.ashx?l=nuclei&v=nuclei" - "{{BaseURL}}/web.config.i18n.ashx?l=nuclei&v=nuclei"
# - "{{BaseURL}}/SWNetPerfMon.db.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.
# Above path can be used if you are looking to scan for "SWNetPerfMon.db" file.
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- "SolarWinds.Orion.Core." - "SolarWinds.Orion.Core."
# - "Connection String" # Commented matchers can be used for "SWNetPerfMon.db" file.
part: body part: body
- type: word - type: word
@ -37,13 +36,4 @@ requests:
- type: status - type: status
status: status:
- 200 - 200
# - type: word
# words:
# - "Connection String"
# - "text/plain"
# part: all
# condition: and
#
# Commented matchers can be used for "SWNetPerfMon.db" file.