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

31 lines
689 B
YAML
Raw Normal View History

2021-12-15 01:30:21 +00:00
id: api-pastebin
info:
name: Pastebin API Test
author: daffainfo
severity: info
description: Plain Text Storage
2021-12-15 01:30:21 +00:00
reference:
- https://pastebin.com/doc_api
- https://github.com/daffainfo/all-about-apikey/tree/main/pastebin
2021-12-15 01:30:21 +00:00
tags: token-spray,pastebin
metadata:
max-request: 1
2021-12-15 01:30:21 +00:00
self-contained: true
http:
2021-12-15 01:30:21 +00:00
- raw:
- |
POST https://pastebin.com/api/api_post.php HTTP/1.1
Host: pastebin.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 81
api_dev_key={{token}}&api_paste_code=test&api_option=paste
matchers:
- type: word
part: body
words:
- 'https://pastebin.com/'