Update wordpress-takeover.yaml

Better matcher fix. \m/
patch-1
Geeknik Labs 2021-03-23 17:50:47 +00:00 committed by GitHub
parent 83bab07dd6
commit f6daf90e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -12,9 +12,12 @@ requests:
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- 'Do you want to register'
- '*.wordpress.com'
condition: and
- type: regex
regex:
- "[a-zA-Z0-9][a-zA-Z0-9-_]*\.)*[a-zA-Z0-9]*[a-zA-Z0-9-_]*[[a-zA-Z0-9].wordpress.com"