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
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.
- 200