2022-05-21 16:33:40 +00:00
|
|
|
id: api-fullhunt
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: FullHunt API Test
|
|
|
|
author: 0ri2N
|
|
|
|
severity: info
|
2022-05-23 09:15:53 +00:00
|
|
|
description: |
|
|
|
|
FullHunt holds one of the largest Databases for external attack surfaces of the entire Internet.
|
2022-05-21 16:33:40 +00:00
|
|
|
reference:
|
|
|
|
- https://fullhunt.io
|
|
|
|
- https://api-docs.fullhunt.io
|
|
|
|
tags: dns,scan,recon,fullhunt,database,token-spray
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-06-06 10:40:15 +00:00
|
|
|
- https://fullhunt.io/api/v1/domain/interact.sh/details
|
2022-05-21 16:33:40 +00:00
|
|
|
headers:
|
|
|
|
X-API-Key: "{{token}}"
|
2022-05-21 17:24:37 +00:00
|
|
|
|
2022-05-21 16:33:40 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-05-23 09:15:53 +00:00
|
|
|
- '"dns"'
|
|
|
|
- '"hosts"'
|
|
|
|
- '"domain"'
|
2022-05-21 16:33:40 +00:00
|
|
|
condition: and
|