nuclei-templates/http/token-spray/api-networksdb.yaml

30 lines
573 B
YAML
Raw Normal View History

2023-03-17 08:02:05 +00:00
id: api-networksdb
info:
name: NetworksDB API Test
author: 0xpugazh
severity: info
2023-03-20 12:25:02 +00:00
description: US Address Verification
2023-03-17 08:02:05 +00:00
reference:
- https://networksdb.io/api/docs
metadata:
2023-03-20 12:25:02 +00:00
verified: "true"
tags: token-spray,networkdb
2023-03-17 08:02:05 +00:00
2023-03-20 12:25:02 +00:00
self-contained: true
http:
2023-03-20 12:25:02 +00:00
- raw:
- |
2023-03-20 12:29:54 +00:00
GET https://networksdb.io/api/key HTTP/2
2023-03-17 08:28:40 +00:00
Host: networksdb.io
X-Api-Key: {{token}}
2023-03-17 08:02:05 +00:00
2023-03-20 12:25:02 +00:00
matchers:
- type: word
part: body
words:
2023-03-20 12:29:54 +00:00
- '"subscription_id":'
- '"req_limit":'
- '"resets_at":'
2023-03-23 12:17:35 +00:00
condition: and