Update discord-backup-code.yaml

patch-1
Dhiyaneshwaran 2022-09-14 13:30:52 +05:30 committed by GitHub
parent 81e6a99626
commit 9015194526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -9,16 +9,18 @@ info:
requests:
- method: GET
path:
- "{{BaseURL}}/discord-backup-codes.txt"
- "{{BaseURL}}/discord_backup_codes.txt"
- '{{BaseURL}}/discord-backup-codes.txt'
- '{{BaseURL}}/discord_backup_codes.txt'
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '[0-9A-Za-z]{4}\-[0-9A-Za-z]{4}'
condition: and
- type: status
status:
- 200
- type: regex
part: body
words:
- '[0-9A-Za-z]{4}\-[0-9A-Za-z]{4}'