Skip to content

Notolytix API Test

ID: api-notolytix

Severity: info

Author: 0xPugal

Tags: notolytix,token-spray

id: api-notolytix
info:
name: Notolytix API Test
author: 0xPugal
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
# digest: 4a0a004730450220504fc948c3a7b3d8912d5149d97996d817067984ece8dd9ca97ba9f21163f88e022100ecc34ea19863674b2002efa4e1abf29a247521d675625df92784f636d19d1153: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-notolytix.yaml"

View on Github