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