Merge pull request #6444 from projectdiscovery/release-prep

Release Prep
patch-1
Prince Chaddha 2022-12-29 14:20:20 +05:30 committed by GitHub
commit 0debde56f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 41 deletions

View File

@ -1,20 +0,0 @@
id: zeplin-access-token
info:
name: Zeplin Access Token
author: ritikchaddha
severity: info
reference:
- https://github.com/trufflesecurity/trufflehog/blob/main/pkg/detectors/zeplin/zeplin.go
- https://app.zeplin.io/profile/developer
tags: exposure,token,zeplin
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '([a-zA-Z0-9-.]{350,400})'

View File

@ -1,21 +0,0 @@
id: zerobounce-api-token
info:
name: Zerobounce API Token
author: ritikchaddha
severity: info
reference:
- https://github.com/trufflesecurity/trufflehog/blob/main/pkg/detectors/zerobounce/zerobounce.go
- https://www.zerobounce.net/docs/email-validation-api-quickstart
tags: exposure,token,zerobounce,api
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '([a-z0-9]{32})'