镜像概览
- 完整引用
docker.io/autumn27/scopesentry- Registry
- docker.io
- 命名空间
- autumn27
- 仓库
- scopesentry
- 已缓存 Tag 数
- 18
- 最近同步
- 07/06/2026, 05:21 AM
简介
ScopeSentry 攻击面管理与资产测绘平台镜像,聚合子域、端口与漏洞信息,适合红队与 ASM 内网安全运营。
详细介绍
autumn27/scopesentry 运行 ScopeSentry Web 平台,调度扫描任务并展示资产_attack 面图谱。定位为安全运营 Web 平台,需 PostgreSQL/Redis 与 worker 组件;K8s Deployment + Ingress 内网安全团队使用。
快速启动
docker run -d --name scopesentry \
-p 8080:8080 \
-e DATABASE_URL=postgres://ss:pass@db:5432/scopesentry \
docker.io/autumn27/scopesentry:latest
推荐实践
docker run -d --name scopesentry \
--restart unless-stopped \
-p 8080:8080 \
-e DATABASE_URL=postgres://ss:pass@postgres:5432/scopesentry \
-e REDIS_URL=redis://redis:6379 \
docker.io/autumn27/scopesentry:1.0.0
核心参数说明
-p 8080:8080— ASM Web 控制台-e DATABASE_URL— PostgreSQL 连接(高敏)-e REDIS_URL— 任务队列 Redis- 授权 — 仅扫描自有资产
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: scopesentry
spec:
replicas: 2
selector:
matchLabels:
app: scopesentry
template:
metadata:
labels:
app: scopesentry
spec:
containers:
- name: web
image: docker.io/autumn27/scopesentry:1.0.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: scopesentry-secrets
---
apiVersion: v1
kind: Service
metadata:
name: scopesentry
spec:
selector:
app: scopesentry
ports:
- port: 8080
targetPort: 8080
Ingress 内网 VPN;Postgres/Redis 独立 Service。
最新 Tag(20 条)
查看全部 18 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/autumn27/scopesentry :latest | linux/amd64 | 2026/06/12 21:46 | 136.1 MB | sha256:808fc9a1e344… | |||
docker.io/autumn27/scopesentry :1.9.2 | linux/amd64 | 2026/06/12 21:46 | 136.1 MB | sha256:808fc9a1e344… | |||
docker.io/autumn27/scopesentry :1.9.1 | linux/amd64 | 2026/04/26 18:36 | 165.9 MB | sha256:4aa05745e907… | |||
docker.io/autumn27/scopesentry :1.9 | linux/amd64 | 2026/01/26 22:01 | 165.9 MB | sha256:778f90502a3b… | |||
docker.io/autumn27/scopesentry :1.8 | linux/amd64 | 2025/11/22 17:08 | 128.5 MB | sha256:ea2b651efe11… | |||
docker.io/autumn27/scopesentry :1.7 | linux/amd64 | 2025/04/23 20:18 | 295.4 MB | sha256:555aac70a190… | |||
docker.io/autumn27/scopesentry :1.6 | linux/amd64 | 2025/02/23 14:42 | 278.4 MB | sha256:dcc8e46dbab7… | |||
docker.io/autumn27/scopesentry :1.5.4 | linux/amd64 | 2024/12/15 20:23 | 268.1 MB | sha256:4ea5d07f1963… | |||
docker.io/autumn27/scopesentry :1.5.3 | linux/amd64 | 2024/12/08 23:54 | 265.2 MB | sha256:f3ef62955c7a… | |||
docker.io/autumn27/scopesentry :1.5.2 | linux/amd64 | 2024/12/01 13:41 | 262.9 MB | sha256:0f699a571c09… | |||
docker.io/autumn27/scopesentry :1.5.1 | linux/amd64 | 2024/11/24 16:47 | 281.3 MB | sha256:de5c5a025339… | |||
docker.io/autumn27/scopesentry :1.5 | linux/amd64 | 2024/11/20 00:06 | 265.6 MB | sha256:9ea114664bb8… | |||
docker.io/autumn27/scopesentry :1.4 | linux/amd64 | 2024/07/21 10:17 | 303.1 MB | sha256:2e2a6d80a14b… | |||
docker.io/autumn27/scopesentry :v1.3 | linux/amd64 | 2024/06/18 01:58 | 234.7 MB | sha256:b41d3e35ccf9… | |||
docker.io/autumn27/scopesentry :v1.2.2 | linux/amd64 | 2024/06/12 20:45 | 223.5 MB | sha256:49029f08aa12… | |||
docker.io/autumn27/scopesentry :v1.2.1 | linux/amd64 | 2024/06/12 19:58 | 217.1 MB | sha256:c6744d112a1b… | |||
docker.io/autumn27/scopesentry :v1.1 | linux/amd64 | 2024/06/07 13:16 | 184.3 MB | sha256:b262b757fd3b… | |||
docker.io/autumn27/scopesentry :v1.0 | linux/amd64 | 2024/06/06 00:18 | 179.0 MB | sha256:943606596f13… |