Deleted due to FPs

patch-1
Prince Chaddha 2022-12-29 13:45:50 +05:30 committed by GitHub
parent 79f04b4791
commit 1f7b175cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

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})'