2021-06-06 14:07:32 +00:00
|
|
|
id: artifactory-anonymous-deploy
|
|
|
|
|
|
|
|
info:
|
2021-06-07 19:03:06 +00:00
|
|
|
name: Artifactory anonymous deploy
|
2021-06-06 14:07:32 +00:00
|
|
|
author: panch0r3d
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.errno.fr/artifactory/Attacking_Artifactory.html
|
2021-06-07 19:03:06 +00:00
|
|
|
tags: artifactory
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-06-06 14:07:32 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-06-06 14:07:32 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/artifactory/ui/repodata?deploy=true"
|
2021-06-07 19:03:06 +00:00
|
|
|
|
2021-06-06 14:07:32 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-06-07 19:03:06 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"repoKey"'
|
2021-06-06 14:07:32 +00:00
|
|
|
part: body
|
2021-06-07 19:03:06 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|