commit
4353b9d40e
|
@ -0,0 +1,20 @@
|
|||
id: loqate-api-key
|
||||
|
||||
info:
|
||||
name: Loqate API Key
|
||||
author: realexp3rt
|
||||
severity: low
|
||||
reference:
|
||||
- https://www.loqate.com/en-gb/home/
|
||||
tags: exposure,token,loqate
|
||||
|
||||
requests:
|
||||
- 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}"
|
Loading…
Reference in New Issue