updated matchers
parent
004a01de6b
commit
524486d9ab
|
@ -23,7 +23,7 @@ http:
|
|||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains_any(to_lower(body), "craftercms", "crafter software corporation")'
|
||||
- 'contains_any(to_lower(body), "craftercmsnext", "login - craftercms", "crafter software corporation")'
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
|
@ -31,4 +31,4 @@ http:
|
|||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'Copyright\s+\(C\)\s+([0-9-]+)\s+Crafter'
|
||||
- 'Copyright\s+\(C\)\s+([0-9-]+)\s+Crafter'
|
||||
|
|
Loading…
Reference in New Issue