docker.io/xrsec/awvs:24.4.240427095 linux/amd64

docker.io/xrsec/awvs:24.4.240427095 - 国内下载镜像源 浏览次数:69

这是一个Acunetix Web Vulnerability Scanner (AWVS) 的Docker镜像。它提供了一种方便的方式,可以在Docker容器中运行AWVS,进行网站安全漏洞扫描。

源镜像 docker.io/xrsec/awvs:24.4.240427095
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095
镜像ID sha256:ea7953a88f7faf8f8ae77eb70e80965241930de95290927c0e02ced5ab04f4aa
镜像TAG 24.4.240427095
大小 2.45GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /awvs/awvs.sh
启动入口
工作目录
OS/平台 linux/amd64
浏览量 69 次
贡献者 pu***o@gmail.com
镜像创建 2024-05-27T06:35:38.362053757Z
同步时间 2025-04-14 13:12
更新时间 2025-05-29 17:42
开放端口
3443/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TZ=Asia/Shanghai LANG=zh_CN.UTF-8
镜像标签
https://github.com/XRSec/AWVS-Update: Github Jalapeno1868@outlook.com: mail xrsec: maintainer ubuntu: org.opencontainers.image.ref.name https://github.com/XRSec/AWVS-Update: org.opencontainers.image.source AWVS-Update: org.opencontainers.image.title 20.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095  docker.io/xrsec/awvs:24.4.240427095

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095  docker.io/xrsec/awvs:24.4.240427095

Shell快速替换命令

sed -i 's#xrsec/awvs:24.4.240427095#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095  docker.io/xrsec/awvs:24.4.240427095'

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-05-27 14:35:38  0.00B 设置默认要执行的命令
CMD ["/awvs/awvs.sh"]
                        
# 2024-05-27 14:35:38  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-05-27 14:35:38  0.00B 设置环境变量 LANG
ENV LANG=zh_CN.UTF-8
                        
# 2024-05-27 14:35:38  0.00B 设置环境变量 TZ
ENV TZ=Asia/Shanghai
                        
# 2024-05-27 14:35:38  0.00B 声明容器运行时监听的端口
EXPOSE map[3443/tcp:{}]
                        
# 2024-05-27 14:35:38  1.11GB 执行命令并创建新的镜像层
RUN /bin/sh -c cat /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/xa* > /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && chmod +x /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/read -r dummy/#read -r dummy/g" /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/pager=\"more\"/pager=\"cat\"/g" /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/read -r ans/ans=yes/g" /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/read -p \"    Hostname \[\$host_name\]:\" hn/hn=awvs.lan/g" /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/host_name=\$(hostname)/host_name=awvs.lan/g" /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/read -p '    Email: ' master_user/master_user='awvs@awvs.lan'/g" /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/read -sp '    Password: ' master_password/master_password='Awvs@awvs.lan'/g" /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/read -sp '    Password again: ' master_password2/master_password2='Awvs@awvs.lan'/g" /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && sed -i "s/systemctl/echo/g"  /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && /bin/bash /awvs/acunetix/AWVS_INSTALLATION_PACKAGE/awvs_x86.sh     && mv /awvs/acunetix/CERTS/ca.key /home/acunetix/.acunetix/data/certs/     && mv /awvs/acunetix/CERTS/ca.cer /home/acunetix/.acunetix/data/certs/     && mv /awvs/acunetix/CERTS/server.key /home/acunetix/.acunetix/data/certs/     && mv /awvs/acunetix/CERTS/server.cer /home/acunetix/.acunetix/data/certs/     && cp /awvs/awvs.sh /awvs.sh     && cp /awvs/acunetix/README/LAST_VERSION /LAST_VERSION     && rm -rf /awvs     && mkdir /awvs     && mv /awvs.sh /awvs/awvs.sh     && mv /LAST_VERSION /awvs/LAST_VERSION     && chmod 777 /awvs/awvs.sh     && apt-get -qq autoremove     && apt-get -qq clean     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-05-27 14:34:27  373.98MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get -qq update     && apt-get -qq upgrade     && ln -sf "/usr/share/zoneinfo/${TZ}" /etc/localtime     && echo "${TZ}" > /etc/timezone     && ln -sf "$(which bash)" "$(which sh)"     && apt-get -qq install         libxdamage1         libgtk-3-0         libasound2         libnss3         libxss1         libgbm-dev         sudo         bzip2         fonts-droid-fallback         ttf-wqy-zenhei         ttf-wqy-microhei         fonts-arphic-ukai         fonts-arphic-uming         language-pack-zh-hans         libx11-xcb-dev         libxshmfence1         libsqlite3-dev         net-tools         curl         unzip # buildkit
                        
# 2024-05-27 14:33:53  894.40MB 复制新文件或目录到容器中
COPY . /awvs # buildkit
                        
# 2024-05-27 14:33:53  0.00B 设置环境变量 TZ
ENV TZ=Asia/Shanghai
                        
# 2024-05-27 14:33:53  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=AWVS-Update
                        
# 2024-05-27 14:33:53  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/XRSec/AWVS-Update
                        
# 2024-05-27 14:33:53  0.00B 添加元数据标签
LABEL Github=https://github.com/XRSec/AWVS-Update
                        
# 2024-05-27 14:33:53  0.00B 添加元数据标签
LABEL mail=Jalapeno1868@outlook.com
                        
# 2024-05-27 14:33:53  0.00B 添加元数据标签
LABEL maintainer=xrsec
                        
# 2024-04-27 22:03:41  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2024-04-27 22:03:41  72.81MB 
/bin/sh -c #(nop) ADD file:e5742fae181dc02a419e48d202fdd6a561b79ccbe7d3415e15e3d2c12e444a2a in / 
                        
# 2024-04-27 22:03:39  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=20.04
                        
# 2024-04-27 22:03:39  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2024-04-27 22:03:39  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2024-04-27 22:03:39  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:ea7953a88f7faf8f8ae77eb70e80965241930de95290927c0e02ced5ab04f4aa",
    "RepoTags": [
        "xrsec/awvs:24.4.240427095",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs:24.4.240427095"
    ],
    "RepoDigests": [
        "xrsec/awvs@sha256:4356eae23a1f847a3f8126af8a10ad76ab0ff05a565f1e3d05187f427bdf9865",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/xrsec/awvs@sha256:531352b648fd6074355ee0e6bdc9c6df203f4fd12d94d8d17484c9f75b5f7faf"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-05-27T06:35:38.362053757Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3443/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "TZ=Asia/Shanghai",
            "LANG=zh_CN.UTF-8"
        ],
        "Cmd": [
            "/awvs/awvs.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "Github": "https://github.com/XRSec/AWVS-Update",
            "mail": "Jalapeno1868@outlook.com",
            "maintainer": "xrsec",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.source": "https://github.com/XRSec/AWVS-Update",
            "org.opencontainers.image.title": "AWVS-Update",
            "org.opencontainers.image.version": "20.04"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2452602089,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1c40ff3f42c345f06b64684fbed79b8b382c8572029306bf7717d43a0a399203/diff:/var/lib/docker/overlay2/78df983b7be49473282cf90baf0f8592bb82dcb210bcb9782b6ce2b71bd242e8/diff:/var/lib/docker/overlay2/588fca174c23bde0ede5f5824635c54d106c4a7c83970200ca7663a1eb42464c/diff",
            "MergedDir": "/var/lib/docker/overlay2/733e7761a092991c9ca2eda6d7c57d8a75741ecb3b6f83a6b703b79ccbda0436/merged",
            "UpperDir": "/var/lib/docker/overlay2/733e7761a092991c9ca2eda6d7c57d8a75741ecb3b6f83a6b703b79ccbda0436/diff",
            "WorkDir": "/var/lib/docker/overlay2/733e7761a092991c9ca2eda6d7c57d8a75741ecb3b6f83a6b703b79ccbda0436/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4a1518ebc26e2e4c26f1c5d78a36d41d87d2fd4a7e4ad37c5f9033f2eb52f26b",
            "sha256:5cb5ae726f0c3285e970159c4bc3b5f1a712bff269764e731409ce41c9344c7a",
            "sha256:1f8f72ff1476c456a93376e43b8e19157954cd897f0e5cb71631aba2183b9ebe",
            "sha256:30b07a7d56f96dc94a7d60892b92e413ebea36c81133ff8f7878fae1b20a531a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-14T13:08:58.227255578+08:00"
    }
}

更多版本

docker.io/xrsec/awvs:24.4.240427095

linux/amd64 docker.io2.45GB2025-04-14 13:12
68