30 lines
532 B
YAML
30 lines
532 B
YAML
id: api-notolytix
|
|
|
|
info:
|
|
name: Notolytix API Test
|
|
author: 0xPugazh
|
|
severity: info
|
|
reference:
|
|
- https://notolytix.com/
|
|
metadata:
|
|
max-request: 1
|
|
tags: notolytix,token-spray
|
|
|
|
self-contained: true
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.notolytix.com/1.0/deviceid"
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'realIp":'
|
|
- 'route":'
|
|
- 'deviceId":'
|
|
- 'personaId":'
|
|
condition: and
|