Delete discord-backup-code.yaml
parent
3583df48c8
commit
3a3d9d7897
|
@ -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
|
Loading…
Reference in New Issue