Delete github-recovery-code.yaml

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

View File

@ -1,27 +0,0 @@
id: github-recovery-code
info:
name: Github Recovery Code Detection
author: geeknik
severity: high
metadata:
verified: true
tags: exposure,token,github
requests:
- method: GET
path:
- '{{BaseURL}}/github-recovery-codes.txt'
- '{{BaseURL}}/github_recovery_codes.txt'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '[0-9A-Za-z]{5}\-[0-9A-Za-z]{5}'
- type: status
status:
- 200