From 0480100ad8c057d479bf824dc18e7a67f811bd3e Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 16 Sep 2022 16:39:16 +0530 Subject: [PATCH] Delete github-recovery-code.yaml --- .../tokens/github/github-recovery-code.yaml | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 exposures/tokens/github/github-recovery-code.yaml diff --git a/exposures/tokens/github/github-recovery-code.yaml b/exposures/tokens/github/github-recovery-code.yaml deleted file mode 100644 index a7cacdfbbc..0000000000 --- a/exposures/tokens/github/github-recovery-code.yaml +++ /dev/null @@ -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