Skip to content

Contentful Delivery API Token

ID: contentful-api-token

Severity: info

Author: DhiyaneshDK

Tags: file,keys,contentful,token

id: contentful-api-token
info:
name: Contentful Delivery API Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/contentful-delivery-api-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/contentful-delivery-api-token.go
metadata:
verified: true
tags: file,keys,contentful,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- (?i)(?:contentful)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9=_\-]{43})(?:['|\"|\n|\r|\s|\x60|;]|$)
# digest: 4a0a00473045022040c9bf3f693f346c8d65500c464d1597273e9b0fef1faf3b650b1ffea173d4b1022100c02df675e88584cfebb19dd1ad148ddae08deb54edac8e9d2de1becabc0a5794: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/contentful-api-token.yaml"

View on Github