feat(token-spray): fullhunt api test
parent
0c416e5b2b
commit
9bfeb7693e
|
@ -0,0 +1,27 @@
|
||||||
|
id: api-fullhunt
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: FullHunt API Test
|
||||||
|
author: 0ri2N
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://fullhunt.io
|
||||||
|
- https://api-docs.fullhunt.io
|
||||||
|
tags: dns,scan,recon,fullhunt,database,token-spray
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- https://fullhunt.io/api/v1/domain/example.com/details
|
||||||
|
headers:
|
||||||
|
X-API-Key: "{{token}}"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- dns
|
||||||
|
- hosts
|
||||||
|
- domain
|
||||||
|
condition: and
|
Loading…
Reference in New Issue