nuclei-templates/http/token-spray/api-front.yaml

30 lines
621 B
YAML
Raw Normal View History

2022-05-21 17:05:04 +00:00
id: api-front
info:
name: LaunchDarkly REST API
author: Luqmaan Hadia [Luqiih](https://github.com/Luqiih)
severity: info
reference:
- https://dev.frontapp.com/reference/introduction
tags: token-spray,front
metadata:
max-request: 1
2022-05-21 17:05:04 +00:00
self-contained: true
http:
2022-05-21 17:05:04 +00:00
- raw:
- |
2022-05-23 09:14:29 +00:00
GET https://api2.frontapp.com/accounts HTTP/1.1
2022-05-21 17:05:04 +00:00
Host: api2.frontapp.com
Authorization: Bearer {{token}}
Accept: application/json
matchers-condition: and
matchers:
2022-05-23 09:14:29 +00:00
- type: word
part: body
words:
- "logo_url"
- "name"
condition: and