Delete github-recovery-code.yaml
parent
3583df48c8
commit
0480100ad8
|
@ -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
|
Loading…
Reference in New Issue