Deleted due to FPs
parent
79f04b4791
commit
1f7b175cbf
|
@ -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})'
|
Loading…
Reference in New Issue