2 个仓库
Mechanisms for registering custom port and service scanning plugins to extend or replace default scans.
Distinct from Custom Plugin Registrations: Distinct from Custom Plugin Registrations: focuses on registering plugins specifically for network scanning phases rather than general extractors or backends.
Explore 2 awesome GitHub repositories matching development tools & productivity · Scanning Plugin Registrations. Refine with filters or upvote what's useful.
AutoRecon is an automated network reconnaissance tool that performs concurrent port scanning and service enumeration across multiple targets. It operates as a multi-target port scanner, probing IP addresses, CIDR ranges, or hostnames in parallel, and automatically dispatches service-specific enumeration tools after port detection to gather detailed information about each open service. The tool distinguishes itself through a plugin-based scanning system that allows extending or replacing default port and service scans via a flexible plugin architecture. It provides real-time pattern-based outp
Extends or replaces default port and service scans by creating or configuring plugins through a flexible plugin system.
该自动化安全助手是一个命令行工具,旨在将多个安全分析工具编排到一个统一的、基于配置的工作流中。它作为一个中央引擎,执行静态应用安全测试和基础设施扫描,并将各种工具的输出汇总为标准化的机器可读格式,以确保整个开发生命周期中漏洞检测的一致性。 该工具的核心优势在于其模块化的插件架构,允许集成自定义或专有扫描器,并配有一个外部智能层,可将发现的问题传输给人工智能服务进行自动化修复分析。通过支持 SARIF 等标准化报告格式,它能够在各种报告平台和监控系统中实现安全发现的一致性审查和跟踪。 除了核心编排功能外,该框架还促进了自动化合规性验证和安全策略执行。它直接集成到本地开发环境和 CI/CD 流水线中,允许团队定义特定的扫描参数、严重性阈值和文件排除项,从而根据项目需求定制安全分析。
Supports adding custom plugins to the central orchestration engine to incorporate project-specific security checks.