updated matchers
parent
004a01de6b
commit
524486d9ab
|
@ -23,7 +23,7 @@ http:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'status_code == 200'
|
- '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
|
condition: and
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
|
@ -31,4 +31,4 @@ http:
|
||||||
part: body
|
part: body
|
||||||
group: 1
|
group: 1
|
||||||
regex:
|
regex:
|
||||||
- 'Copyright\s+\(C\)\s+([0-9-]+)\s+Crafter'
|
- 'Copyright\s+\(C\)\s+([0-9-]+)\s+Crafter'
|
||||||
|
|
Loading…
Reference in New Issue