Skip to content

NuGet API Key

ID: nuget-key

Severity: info

Author: DhiyaneshDK

Tags: keys,file,nuget,token

id: nuget-key
info:
name: NuGet API Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/nuget.yml
- https://docs.microsoft.com/en-us/nuget/nuget-org/publish-a-package#create-api-keys
metadata:
verified: true
tags: keys,file,nuget,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- "(oy2[a-z0-9]{43})"
# digest: 490a0046304402205326011cb4183f45c506d2090028f63ebee8304a1c3f44f7bb4e1cbd599f9d5c02205d51c635793b4817170bf1eebda6d6d689e77d3105e5131468725f296a1adcc3: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/nuget-key.yaml"

View on Github