Skip to content

Frameio API Token

ID: frameio-api-token

Severity: info

Author: DhiyaneshDK

Tags: frameio,file,keys

id: frameio-api-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
tags: frameio,file,keys
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- fio-u-(?i)[a-z0-9\-_=]{64}
# digest: 4a0a00473045022100a63949b8717601a35491eea84fdc84d3c3a5ec5cb2f7d37c72c60d80458f2fea0220293c1f99acb3678d67a19edd1be8d33b97c5f04e5b9c765770a35f056dbde9e1: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 "file/keys/frameio-api-token.yaml"

View on Github