updated matchers

patch-2
Ritik Chaddha 2024-05-12 13:16:46 +05:30 committed by GitHub
parent 004a01de6b
commit 524486d9ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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'