nuclei-templates/http/exposures/tokens/artifactory/artifactory-api-token.yaml

18 lines
317 B
YAML
Raw Normal View History

2021-04-08 15:45:49 +00:00
id: artifactory-api-token
info:
name: Artifactory API Token Disclosure
author: Ice3man
severity: info
tags: exposure,token,artifactory
2021-04-08 15:45:49 +00:00
http:
2021-04-08 15:45:49 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?:\s|=|:|"|^)AKC[a-zA-Z0-9]{10,}'