nuclei-templates/token-spray/api-userstack.yaml

25 lines
606 B
YAML
Raw Normal View History

2022-10-02 07:03:48 +00:00
id: api-userstack
info:
2022-10-03 21:51:05 +00:00
name: User Stack API Test
author: 0xlittleboy
severity: info
reference:
- https://userstack.com/documentation
tags: token-spray,userstack
2022-10-02 07:03:48 +00:00
self-contained: true
requests:
- method: GET
path:
2022-10-03 21:51:05 +00:00
- "http://api.userstack.com/api/detect?access_key={{token}}&ua=Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_14_0)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/71.0.3578.98%20Safari/537.36"
2022-10-04 09:30:33 +00:00
2022-10-03 21:51:05 +00:00
matchers:
- type: word
part: body
words:
2022-10-04 09:30:33 +00:00
- '"ua":'
- '"name":'
2022-10-03 21:51:05 +00:00
- '"brand":'
condition: and