Delete gitlab-recovery-code.yaml
parent
0480100ad8
commit
aa067ca9a8
|
@ -1,25 +0,0 @@
|
|||
id: gitlab-recovery-code
|
||||
|
||||
info:
|
||||
name: Gitlab Recovery Code Detection
|
||||
author: geeknik
|
||||
severity: high
|
||||
tags: exposure,token,gitlab
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/gitlab-recovery-codes.txt'
|
||||
- '{{BaseURL}}/gitlab_recovery_codes.txt'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- '[0-9A-Za-z]{16}'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue