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

30 lines
602 B
YAML
Raw Normal View History

2021-12-09 11:46:41 +00:00
id: api-gofile
info:
name: GoFile API Test
author: daffainfo
severity: info
description: Unlimited size file uploads for free
2021-12-09 11:46:41 +00:00
reference:
- https://gofile.io/api
- https://github.com/daffainfo/all-about-apikey/tree/main/gofile
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: token-spray,gofile
2021-12-09 11:46:41 +00:00
self-contained: true
2023-10-14 11:27:55 +00:00
http:
2021-12-09 11:46:41 +00:00
- method: GET
path:
- "https://api.gofile.io/getAccountDetails?token={{token}}&allDetails=true"
matchers:
- type: word
part: body
words:
- '"token"'
- '"email"'
- '"rootFolder"'
condition: and