Add files via upload

patch-1
pussycat0x 2021-10-24 18:05:09 +05:30 committed by GitHub
parent f2d433496d
commit 854016684c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: docker-version-detect
info:
name: Docker Version Detect
author: pussycat0x
severity: info
metadata:
shodan-dork: 'product:"docker"'
tags: docker,unauth,devops
requests:
- method: GET
path:
- "{{BaseURL}}/version"
matchers-condition: and
matchers:
- type: word
words:
- '"ApiVersion":'
- '"BuildTime":'
condition: and
- type: status
status:
- 200