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

34 lines
780 B
YAML
Raw Normal View History

id: api-gorest
info:
name: Gorest API Test
author: daffainfo
severity: info
description: Online REST API for Testing and Prototyping
reference:
- https://gorest.co.in/
- https://github.com/daffainfo/all-about-apikey/tree/main/gorest
tags: token-spray,gorest
self-contained: true
requests:
- raw:
- |
2022-06-21 06:46:40 +00:00
GET https://gorest.co.in/public/v2/users HTTP/1.1
Host: gorest.co.in
Content-Type: application/json
Authorization: Bearer {{token}}
2022-06-21 06:46:40 +00:00
{"name":"Tenali Ramakrishna", "gender":"male", "email":"tenali.rdamakrishna@15ce.com", "status":"active"}
matchers-condition: and
matchers:
- type: status
status:
2022-06-21 06:46:40 +00:00
- 201
- type: word
2022-06-21 06:46:40 +00:00
part: body
words:
2022-06-21 06:46:40 +00:00
- '"name"'