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