Skip to content

Frameio API Token

ID: frameio-token

Severity: info

Author: DhiyaneshDK

Tags: frameio,exposure,tokens

id: frameio-token
info:
name: Frameio API Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/frameio-api-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/frameio-api-token.go
metadata:
verified: true
max-request: 1
tags: frameio,exposure,tokens
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- fio-u-(?i)[a-z0-9\-_=]{64}
# digest: 4a0a00473045022100939a1c30f6373d46c888d8dbafb748e14efeffc69b621fa239376fb2d31aafed02202b0c8e8dbb5903c62784644d1d0264bd46d5d2d7b86dd4d7a65c57e9735b2533:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/frameio/frameio-token.yaml"

View on Github