nuclei-templates/misconfiguration/artifactory-anonymous-deplo...

29 lines
562 B
YAML

id: artifactory-anonymous-deploy
info:
name: Artifactory anonymous deploy
reference: https://www.errno.fr/artifactory/Attacking_Artifactory.html
author: panch0r3d
severity: high
tags: artifactory
requests:
- method: GET
path:
- "{{BaseURL}}/artifactory/ui/repodata?deploy=true"
matchers-condition: and
matchers:
- type: word
words:
- '"repoKey"'
part: body
- type: status
status:
- 200
- type: word
words:
- "application/json"
part: header