2021-12-15 01:30:21 +00:00
|
|
|
id: api-pastebin
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Pastebin API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Plain Text Storage
|
2021-12-15 01:30:21 +00:00
|
|
|
reference:
|
|
|
|
- https://pastebin.com/doc_api
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/pastebin
|
2021-12-15 01:30:21 +00:00
|
|
|
tags: token-spray,pastebin
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-12-15 01:30:21 +00:00
|
|
|
|
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
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/'
|