Skip to content

Flutterwave Secret Key

ID: flutterwave-secret-key

Severity: info

Author: DhiyaneshDK

Tags: flutter,file,keys,flutterwave

id: flutterwave-secret-key
info:
name: Flutterwave Secret Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/flutterwave-secret-key.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/flutterwave-secret-key.go
metadata:
verified: true
tags: flutter,file,keys,flutterwave
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- FLWSECK_TEST-(?i)[a-h0-9]{32}-X
# digest: 4a0a00473045022077d8aa7570d2bc44a8f5df393554cd537d20e8930010e03dcd8274d0381574db022100b90d5d07d146d096d5d6aeb50cbce4106a63dfd75b459e0a4f98968236be08c5: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/flutter/flutterwave-secret-key.yaml"

View on Github