Skip to content

Artifactory Password Disclosure

ID: artifactory-api-password

Severity: info

Author: Ice3man

Tags: exposure,token,artifactory

id: artifactory-api-password
info:
name: Artifactory Password Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token,artifactory
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?:\s|=|:|"|^)AP[\dABCDEF][a-zA-Z0-9]{8,}$'
# digest: 4b0a00483046022100a30078fe8b4b82668b5b4fd737b5d3721c070deba773341b8e62a3a58d0ca431022100ac6ba2d268b056c275f210bd927d475ad71ae25dcea814500213f20218f5d0ae: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 "http/exposures/tokens/artifactory/artifactory-api-password.yaml"

View on Github