Fix comments-indentation linter
parent
4005453117
commit
3ffae358df
|
@ -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.
|
|
Loading…
Reference in New Issue