Delete discord-backup-code.yaml

patch-1
Prince Chaddha 2022-09-16 16:37:32 +05:30 committed by GitHub
parent 3583df48c8
commit 3a3d9d7897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
id: discord-backup-code
info:
name: Discord Backup Code Detection
author: geeknik
severity: high
tags: exposure,token,discord
requests:
- method: GET
path:
- '{{BaseURL}}/discord-backup-codes.txt'
- '{{BaseURL}}/discord_backup_codes.txt'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '[0-9A-Za-z]{4}\-[0-9A-Za-z]{4}'
- type: status
status:
- 200