3 个仓库
Security applications packaged as containers to ensure consistent execution environments across different platforms.
Distinct from Security Reconnaissance Tools: None of the candidates describe general containerization of security tools, focusing instead on deployment or specific reconnaissance functions.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Containerized Security Tooling. Refine with filters or upvote what's useful.
recon-ng is an open source intelligence reconnaissance framework designed to automate the collection and aggregation of public information. It is a modular intelligence tool that utilizes a system of pluggable modules to harvest target data, resolve DNS queries, and parse web content. The framework is built as an API-driven tool with a programmatic interface to integrate with other security workflows. It is provided as a containerized application, using Docker to ensure a consistent environment for running reconnaissance tasks and managing a persistent data store. Its capabilities cover exte
Ships as a Dockerized application to maintain a consistent environment for running reconnaissance tasks and data storage.
PTF is a penetration testing tool manager and modular software orchestrator designed to automate the installation, compilation, and updating of security tools across different operating system distributions. It functions as a security tooling automation utility that fetches the latest releases and creates global system launchers for a curated collection of security binaries. The framework allows for the packaging of security tool suites into portable container images to ensure consistent execution across different infrastructure environments. It enables the distribution of specific sets of co
Packages security applications as containers to ensure consistent execution environments across different platforms.
Isolate is a low-level sandbox designed to execute untrusted programs within a strictly controlled environment. It functions as a process isolation engine that prevents potentially harmful code from interacting with or damaging the host operating system. The tool leverages Linux kernel primitives, including namespaces and control groups, to partition system resources and enforce hardware usage boundaries. By applying filesystem virtualization and system call filtering, it restricts the visibility and interaction of a process with the host, ensuring that untrusted applications operate only wit
Provides a low-level sandbox that enforces process boundaries and resource limits for untrusted software.