Skip to content

NetworksDB API Test

ID: api-networksdb

Severity: info

Author: 0xpugal

Tags: token-spray,networkdb

US Address Verification

id: api-networksdb
info:
name: NetworksDB API Test
author: 0xpugal
severity: info
description: US Address Verification
reference:
- https://networksdb.io/api/docs
metadata:
verified: true
max-request: 1
tags: token-spray,networkdb
self-contained: true
http:
- raw:
- |
GET https://networksdb.io/api/key HTTP/2
Host: networksdb.io
X-Api-Key: {{token}}
matchers:
- type: word
part: body
words:
- '"subscription_id":'
- '"req_limit":'
- '"resets_at":'
condition: and
# digest: 4a0a0047304502202d5d0d8fdac16e48aadeaf8953b47f8b9f1eb1b674ff75d45b5b115b90793936022100c86cd1a8153da09edd569456988532fd88630c0671ba96bd9d0e81aa331854f5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/api-networksdb.yaml"

View on Github