Skip to content

Loqate API Key

ID: loqate-api-key

Severity: low

Author: realexp3rt

Tags: exposure,token,loqate

Loqate API Key is leaked.

id: loqate-api-key
info:
name: Loqate API Key
author: realexp3rt
severity: low
description: Loqate API Key is leaked.
reference:
- https://www.loqate.com/en-gb/home/
metadata:
max-request: 1
tags: exposure,token,loqate
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "[A-Z]{2}[0-9]{2}-[A-Z]{2}[0-9]{2}-[A-Z]{2}[0-9]{2}-[A-Z]{2}[0-9]{2}"
# digest: 4a0a00473045022100a8d35c7d22f1076b896b59f01f49676faf5a448aa4dda3b645800a0ea9a0513102200f4f19111c50a4b6ae96ecd4f4bfbd508c029ad189657e47cddfb13e4c4bd096: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/exposures/tokens/loqate/loqate-api-key.yaml"

View on Github