新增:ehole指纹的导入

This commit is contained in:
yyhuni
2025-12-26 21:34:36 +08:00
parent de72c91561
commit 93c2163764
31 changed files with 7303 additions and 0 deletions

View File

@@ -111,6 +111,13 @@ init_wordlists() {
log_info "字典初始化完成"
}
# 初始化指纹库
init_fingerprints() {
log_step "初始化指纹库..."
docker compose exec -T server python backend/manage.py init_fingerprints
log_info "指纹库初始化完成"
}
# 初始化 Nuclei 模板仓库
init_nuclei_templates() {
log_step "初始化 Nuclei 模板仓库..."
@@ -157,6 +164,7 @@ main() {
init_engine_config
init_wordlists
init_fingerprints
init_nuclei_templates
init_admin_user