docker.io/vulhub/kkfileview:4.3.0 linux/amd64

docker.io/vulhub/kkfileview:4.3.0 - 国内下载镜像源 浏览次数:84
```html

vulhub/kkfileview镜像描述

这是一个用于漏洞测试的Docker镜像,包含了KKFileView文件管理系统的漏洞环境。KKFileView是一个开源的文件管理系统,该镜像旨在帮助安全研究人员和渗透测试人员复现和学习KKFileView中已知的安全漏洞。

通过使用该镜像,用户可以在一个隔离的环境中安全地测试和分析KKFileView的漏洞,而不会影响到其主机的系统。

```
源镜像 docker.io/vulhub/kkfileview:4.3.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0
镜像ID sha256:7800521f29e36d203b5ec681843934ee57759fe62d7b1c2ac8b0f69ea9b0f3fe
镜像TAG 4.3.0
大小 1.95GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD java -Dfile.encoding=UTF-8 -Dspring.config.location=/opt/kkfileview/config/application.properties -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar kkFileView-4.3.0.jar
启动入口
工作目录 /opt/kkfileview/bin
OS/平台 linux/amd64
浏览量 84 次
贡献者 17*******0@qq.com
镜像创建 2024-04-18T18:03:19.054256301Z
同步时间 2024-12-03 22:18
更新时间 2025-01-22 01:20
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KKFILEVIEW_BIN_FOLDER=/opt/kkfileview/bin
镜像标签
phithon <root@leavesongs.com>: maintainer ubuntu: org.opencontainers.image.ref.name 20.04: org.opencontainers.image.version

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0  docker.io/vulhub/kkfileview:4.3.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0  docker.io/vulhub/kkfileview:4.3.0

Shell快速替换命令

sed -i 's#vulhub/kkfileview:4.3.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0  docker.io/vulhub/kkfileview:4.3.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0  docker.io/vulhub/kkfileview:4.3.0'

镜像构建历史


# 2024-04-19 02:03:19  0.00B 设置默认要执行的命令
CMD ["java" "-Dfile.encoding=UTF-8" "-Dspring.config.location=/opt/kkfileview/config/application.properties" "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005" "-jar" "kkFileView-4.3.0.jar"]
                        
# 2024-04-19 02:03:19  0.00B 设置工作目录为/opt/kkfileview/bin
WORKDIR /opt/kkfileview/bin
                        
# 2024-04-19 02:03:18  0.00B 设置环境变量 KKFILEVIEW_BIN_FOLDER
ENV KKFILEVIEW_BIN_FOLDER=/opt/kkfileview/bin
                        
# 2024-04-19 02:03:18  317.02MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex     && cd /opt/kkfileview     && tar --strip-components=1 -zxvf kkFileView-4.3.0.tar.gz     && rm -rf kkFileView-4.3.0.tar.gz # buildkit
                        
# 2024-04-19 02:03:16  297.28MB 复制新文件或目录到容器中
COPY /usr/src/server/target/kkFileView-4.3.0.tar.gz /opt/kkfileview/kkFileView-4.3.0.tar.gz # buildkit
                        
# 2024-04-19 02:03:16  675.98MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex     && mkdir -p /tmp/libreoffice     && cd /tmp/libreoffice     && wget -qO- https://file.vulhub.org/download/libreoffice/LibreOffice_7.5.3.2_Linux_x86-64_deb.tar.gz | tar xz --strip-components=1     && cd DEBS     && dpkg -i *.deb     && cd /     && rm -rf /tmp/libreoffice # buildkit
                        
# 2024-04-19 02:02:32  582.22MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex     && export DEBIAN_FRONTEND=noninteractive     && apt-get update     && apt-get install -y --no-install-recommends wget ca-certificates libxrender1 libxinerama1 libxt6 libxext-dev libfreetype6-dev libcairo2 libcups2 libx11-xcb1 libnss3 libglib2.0-dev openjdk-8-jre     && mkdir /opt/kkfileview # buildkit
                        
# 2024-04-19 02:02:32  0.00B 添加元数据标签
LABEL maintainer=phithon <root@leavesongs.com>
                        
# 2024-04-11 02:50:37  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-04-11 02:50:37  72.81MB 
/bin/sh -c #(nop) ADD file:ea2128e23dce0162557abadd80656bd5ae047d573095d1d4323eb4154490dfdc in / 
                        
# 2024-04-11 02:50:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2024-04-11 02:50:35  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-04-11 02:50:35  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-04-11 02:50:35  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:7800521f29e36d203b5ec681843934ee57759fe62d7b1c2ac8b0f69ea9b0f3fe",
    "RepoTags": [
        "vulhub/kkfileview:4.3.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview:4.3.0"
    ],
    "RepoDigests": [
        "vulhub/kkfileview@sha256:378bf1c6ddc94f05bf7cb26f9bbf087dc49024c04fe7121d740281c9b51e40f0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/vulhub/kkfileview@sha256:f64b9d3cbb50a6b5b9299a5fcdb59312dc6b6f1d9bdfc43294d350b2cd0ee802"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-18T18:03:19.054256301Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "KKFILEVIEW_BIN_FOLDER=/opt/kkfileview/bin"
        ],
        "Cmd": [
            "java",
            "-Dfile.encoding=UTF-8",
            "-Dspring.config.location=/opt/kkfileview/config/application.properties",
            "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005",
            "-jar",
            "kkFileView-4.3.0.jar"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/kkfileview/bin",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "maintainer": "phithon \u003croot@leavesongs.com\u003e",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "20.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1945309599,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/15d851d0fdd7c2284b546dde897c5caf55569c7cfbde36b4edf91d83d60c1fc4/diff:/var/lib/docker/overlay2/44654ad8491bd04d650983289f472f2d1cfde6de8fcf822b12a7e9a79fdbe360/diff:/var/lib/docker/overlay2/f5882e3aef1a2c4e2afe0dc1b28c14064850491aa46b103ad62f9fc0b715bf45/diff:/var/lib/docker/overlay2/ebee394f767a340ec11ae932727029cfb558d71c2ac93003929a90d1a2e852b4/diff:/var/lib/docker/overlay2/4ecf8b5e165a32fed5a3986800218d154eb9052742580fd3a7e942b41c2d52ba/diff",
            "MergedDir": "/var/lib/docker/overlay2/d08419243afa057c78c1e25b829f542cb3b3ef4d130d750900302b21668ed8d5/merged",
            "UpperDir": "/var/lib/docker/overlay2/d08419243afa057c78c1e25b829f542cb3b3ef4d130d750900302b21668ed8d5/diff",
            "WorkDir": "/var/lib/docker/overlay2/d08419243afa057c78c1e25b829f542cb3b3ef4d130d750900302b21668ed8d5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:106e8431b412f51ccd75ea46a2d5cb4343b23273cbcf50188377cb93aa9a6d82",
            "sha256:f6a7a0fcddc68f54222a94476515cfe0a3e6fe9501d3af0baa98918606e400ca",
            "sha256:4a32b5d998a695ee74bf8dd34607c7b2e41d954f2cb388e7ef83eb5bac0ab895",
            "sha256:024939603bf53a2b0a8a6ce93edbc2578f958fab6a7d95d033663692a8e72f7b",
            "sha256:7dac6317746c94cb4a8f714cc1108d3ab575a53f2b690ed4e741e9f111774c61",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-03T22:15:56.552515972+08:00"
    }
}

更多版本

docker.io/vulhub/kkfileview:4.3.0

linux/amd64 docker.io1.95GB2024-12-03 22:18
83