nuclei-templates/token-spray/api-clearbit.yaml

29 lines
689 B
YAML
Raw Normal View History

2021-11-28 10:14:07 +00:00
id: api-clearbit
info:
name: Clearbit API Test
author: daffainfo
severity: info
description: Search for company logos and embed them in your projects
2021-11-28 10:14:07 +00:00
reference:
- https://clearbit.com/docs
- https://github.com/daffainfo/all-about-apikey/tree/main/clearbit
2021-11-28 10:14:07 +00:00
tags: token-spray,clearbit
self-contained: true
requests:
- raw:
- |
GET https://person.clearbit.com/v2/combined/find?email=alex@clearbit.com HTTP/1.1
Authorization: Basic {{base64(token + ':')}}
Host: person.clearbit.com
matchers:
- type: word
part: body
words:
- '"person":'
- '"id":'
- '"name":'
condition: and