🔨 Splitting matcher parts
parent
87f2961ed0
commit
7bc5bf03be
|
@ -21,9 +21,17 @@ requests:
|
|||
- "{{BaseURL}}/SWNetPerfMon.db.i18n.ashx?l=nuclei&v=nuclei"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "SolarWinds(\\.Orion\\.Core\\.|OrionDatabaseUser)"
|
||||
- type: word
|
||||
words:
|
||||
- "text/plain"
|
||||
- "SolarWindsOrionDatabaseUser"
|
||||
condition: or
|
||||
part: header
|
||||
- type: word
|
||||
words:
|
||||
- "Connection String"
|
||||
- "SolarWinds.Orion.Core."
|
||||
condition: or
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue