awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 个仓库

Awesome GitHub RepositoriesSecurity Profiles

Collections of security settings that define permitted actions on system resources.

Distinct from System Configuration Profiles: Distinct from System Configuration Profiles: focuses on security-specific access policies rather than general OS settings.

Explore 16 awesome GitHub repositories matching devops & infrastructure · Security Profiles. Refine with filters or upvote what's useful.

Awesome Security Profiles GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • docker-slim/docker-slimdocker-slim 的头像

    docker-slim/docker-slim

    23,311在 GitHub 上查看↗

    This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and their associated registries. It provides a set of utilities including an image minifier to reduce image size, a security profiler to harden running containers, an image analyzer for static inspection, and a registry manager for organizing multi-architecture indices. The toolset distinguishes itself through behavior-based optimization and security. It uses dynamic analysis to track executed instructions and file access to remove unused binary data, and records kernel interactions t

    Synthesizes restrictive system call policies by recording kernel interactions during application execution.

    Go
    在 GitHub 上查看↗23,311
  • slimtoolkit/slimslimtoolkit 的头像

    slimtoolkit/slim

    22,977在 GitHub 上查看↗

    Slim is a comprehensive suite for container lifecycle management, providing tools for image inspection, optimization, security hardening, and service troubleshooting. It functions as a platform for analyzing containerized applications through both static metadata review and dynamic behavioral probing, enabling users to understand image composition and runtime dependencies. The project distinguishes itself by automating the creation of minimal, production-ready container images. It achieves this by removing unnecessary files and components, flattening image layers, and synthesizing restrictive

    Generates restrictive system call policies by monitoring application behavior to limit potential attack surfaces.

    Goapparmorcontainersdocker
    在 GitHub 上查看↗22,977
  • drduh/macos-security-and-privacy-guidedrduh 的头像

    drduh/macOS-Security-and-Privacy-Guide

    22,449在 GitHub 上查看↗

    This project is a security hardening guide and privacy configuration manual for macOS. It provides a comprehensive set of instructions for configuring system settings to improve privacy, reduce the attack surface, and implement a malware defense framework. The guide covers technical methods for validating software notarization, verifying application sandboxing, and auditing system activity. It distinguishes itself by providing detailed workflows for restricting high-risk features and applying advanced security configurations to protect the operating system. The documentation covers several k

    Provides instructions for applying security-specific configuration profiles to enforce a consistent system security posture.

    appledisk-encryptiondnscrypt-proxy
    在 GitHub 上查看↗22,449
  • systemd/systemdsystemd 的头像

    systemd/systemd

    15,324在 GitHub 上查看↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    Restricts service access to host resources by applying custom security configurations during the service attachment process.

    Ccinitlinux
    在 GitHub 上查看↗15,324
  • cisofy/lynisCISOfy 的头像

    CISOfy/lynis

    15,284在 GitHub 上查看↗

    Lynis is an automated security auditing and system hardening framework designed for UNIX-based operating systems. It functions as a command-line utility that inspects local system configurations to identify security vulnerabilities, configuration weaknesses, and compliance gaps. By executing a series of modular tests, the tool generates actionable reports and remediation suggestions to assist in strengthening system defenses. The project distinguishes itself through a highly modular architecture that relies on shell-script-based execution and native system inspection. Users can define custom

    Defines audit behavior and security policies through external text files to standardize scan parameters across diverse environments.

    Shellauditingcompliancedevops
    在 GitHub 上查看↗15,284
  • waydroid/waydroidwaydroid 的头像

    waydroid/waydroid

    11,549在 GitHub 上查看↗

    Waydroid is a containerized mobile runtime that executes a full Android operating system directly on Linux desktop environments. By utilizing Linux kernel namespaces, it isolates the mobile environment while sharing the host kernel to provide native-like performance and hardware access for mobile applications. The project distinguishes itself through deep integration with the host system, bridging mobile display buffers to native desktop windows and translating host input events into mobile gestures. It enables multi-window management, allowing mobile applications to run alongside native desk

    Adjusts security policies to grant a containerized environment necessary access to network and system resources for proper operation.

    Pythonandroidlinux
    在 GitHub 上查看↗11,549
  • siderolabs/talossiderolabs 的头像

    siderolabs/talos

    10,659在 GitHub 上查看↗

    Talos is a minimal, immutable Linux distribution designed specifically for deploying and managing Kubernetes clusters. It functions as an API-driven infrastructure manager that replaces traditional shell access with a declarative gRPC interface to control operating system state and configuration. The system is distinguished by its use of a read-only root filesystem and a security-hardened kernel, which removes standard GNU utilities to reduce the attack surface. It ensures environment consistency by distributing the operating system as versioned, signed images and utilizes TPM-backed verified

    Assigns custom security profiles to restrict the system calls available to processes.

    Gocloud-nativecontainerdgo
    在 GitHub 上查看↗10,659
  • trimstray/the-practical-linux-hardening-guidetrimstray 的头像

    trimstray/the-practical-linux-hardening-guide

    10,545在 GitHub 上查看↗

    This project is a comprehensive Linux server hardening guide and infrastructure documentation resource. It provides a set of validated security baselines and step-by-step instructions for implementing security controls and configuration best practices to protect production environments. The guide focuses on aligning systems with industry-standard security benchmarks, specifically those provided by the Center for Internet Security and Security Technical Implementation Guides. It includes a framework for using OpenSCAP to scan system configurations, verify compliance against reference profiles,

    Compares the current system state against predefined security baselines to verify the effectiveness of implemented controls.

    在 GitHub 上查看↗10,545
  • kata-containers/kata-containerskata-containers 的头像

    kata-containers/kata-containers

    8,106在 GitHub 上查看↗

    Kata Containers is an OCI container runtime that launches containers inside lightweight virtual machines to combine hardware-level isolation with container operational speed. It functions as a hardware-isolated container engine and lightweight VM hypervisor, providing a virtual machine monitor interface that abstracts multiple hypervisors to optimize for performance or specific hardware emulation. The project distinguishes itself through a confidential computing runtime that leverages hardware-backed trusted execution environments, such as Intel TDX and AMD SEV-SNP, to protect data in use. It

    Applies seccomp security profiles to restrict available system calls within the guest agent.

    Rustacrncontainerscri
    在 GitHub 上查看↗8,106
  • henrypp/simplewallhenrypp 的头像

    henrypp/simplewall

    8,044在 GitHub 上查看↗

    Simplewall is an application firewall manager and network traffic filter that provides a graphical interface for the Windows Filtering Platform. It controls inbound and outbound network access for individual programs and services by intercepting and filtering traffic at the kernel level. The project identifies specific binaries using file hashes to prevent spoofing and allows users to define custom firewall rules based on IP addresses, CIDR ranges, and port numbers. It includes a system for blocking operating system telemetry and managing blocklists of known malicious IP addresses. The tool

    Allows saving and restoring sets of network rules as distinct security profiles.

    Carm64firewallfoss
    在 GitHub 上查看↗8,044
  • netblue30/firejailnetblue30 的头像

    netblue30/firejail

    7,069在 GitHub 上查看↗

    Firejail is a Linux application sandbox and kernel security wrapper that isolates untrusted applications from the host system. It uses kernel namespaces and seccomp filters to restrict filesystem access, drop kernel capabilities, and limit the system attack surface. The project is distinguished by its use of predefined security profiles to automatically apply filesystem restrictions and syscall limits based on the executable being launched. It provides specialized isolation for portable packages such as AppImages and implements X11 display isolation via proxy servers to prevent keyboard loggi

    Uses predefined configuration files to automatically set up filesystem containers and security filters.

    C
    在 GitHub 上查看↗7,069
  • owasp/nettackerOWASP 的头像

    OWASP/Nettacker

    5,258在 GitHub 上查看↗

    Nettacker 是一个自动化渗透测试框架,旨在编排侦察、端口扫描和漏洞检测。它作为一个网络侦察工具和漏洞扫描器,能够识别开放端口、指纹识别服务,并根据已知安全漏洞数据库检查系统。 该框架的独特之处在于结合了用于通过模糊测试发现隐藏路径的 Web 应用爬虫,以及一个将扫描结果持久化到数据库以跟踪历史评估的漏洞管理系统。它还包含子域名枚举、凭据暴力破解以及通过代理路由流量以实现匿名化的专业功能。 该系统涵盖了广泛的安全能力,包括网络资产发现、多协议服务审计和配置审计。它支持跨 IP 范围和 CIDR 块的多目标扫描,并提供多种格式的安全报告生成工具。 通过基于 REST 的接口可实现程序化控制,从而将该框架集成到安全流水线和自动化流程中。

    Provides a system for grouping scanning modules into reusable profiles for standardized security audits.

    Pythonautomationbruteforcecve
    在 GitHub 上查看↗5,258
  • andresriancho/w3afandresriancho 的头像

    andresriancho/w3af

    4,850在 GitHub 上查看↗

    w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities in web applications. It functions as a vulnerability scanner that crawls targets to find injection points and a fuzzer used to discover hidden endpoints and test input validation. The project distinguishes itself by providing an intercepting HTTP proxy for capturing and modifying traffic, combined with a knowledge-base driven exploitation system. It enables the execution of security exploits to gain remote shell access and supports post-exploitation activities, such as routing

    Standardizes repeated security scans by defining target URLs and plugin configurations via a wizard or manual setup.

    Pythonappseccross-site-scriptingscanner
    在 GitHub 上查看↗4,850
  • kanidm/kanidmkanidm 的头像

    kanidm/kanidm

    4,595在 GitHub 上查看↗

    Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory services across distributed infrastructure. It provides a comprehensive framework for managing human and service accounts, utilizing a schema-driven database to store identity records, group memberships, and system attributes. The platform supports a wide range of authentication methods, including passkeys, passwords, and standard protocols like OAuth2, OIDC, LDAP, and RADIUS. The system distinguishes itself through a granular access control engine that enforces security policies

    Defines security profiles that enforce restrictive access rules on database records.

    Rustauthenticationiamidentity
    在 GitHub 上查看↗4,595
  • panva/node-oidc-providerpanva 的头像

    panva/node-oidc-provider

    3,756在 GitHub 上查看↗

    node-oidc-provider 是一个用于在 Node.js 环境中构建 OpenID 认证授权服务器和身份提供商的框架。它提供了一套全面的工具,用于管理 OAuth 2.0 和 OpenID Connect 服务的完整生命周期,包括用户身份验证、客户端注册以及身份和访问令牌的颁发与验证。 该项目通过高度模块化的架构脱颖而出,允许开发者将身份验证服务直接集成到现有的 Web 应用栈中。它通过基于中间件的请求流水线、事件驱动的生命周期钩子以及实现唯一授权类型的策略驱动方法支持高级自定义。这种灵活性扩展到数据管理,其中可插拔的适配器系统支持使用外部数据库来持久化会话和令牌。 除了核心协议合规性外,该框架还包括广泛的安全和运维功能。它支持细粒度的授权策略、具有外部签名集成的加密密钥管理以及保护敏感交易的高级安全配置文件。该系统还通过生命周期事件监控和自动化元数据发现提供内置的可观测性,以促进与外部客户端的程序化交互。

    Implements specialized security standards to protect sensitive transactions and ensure high-assurance communication.

    JavaScriptauthorizationauthorization-serverconnect
    在 GitHub 上查看↗3,756
  • jasonxtn/argusjasonxtn 的头像

    jasonxtn/Argus

    3,254在 GitHub 上查看↗

    Argus is a modular network reconnaissance framework designed for gathering network intelligence, mapping infrastructure, and assessing security postures through automated discovery tasks. It operates as a containerized security toolset that allows for the consistent execution of specialized information-gathering modules across different operating systems. The system functions as an infrastructure audit tool and a web application security scanner, performing tasks such as DNS lookups, port scanning, and the inspection of HTTP headers to detect vulnerabilities. It also serves as a threat intell

    Uses pre-defined configuration profiles to standardize concurrency limits and request timeouts across scanning modules.

    Pythoncms-detectiondirectory-finderdns-lookup
    在 GitHub 上查看↗3,254
  1. Home
  2. DevOps & Infrastructure
  3. System Configuration Profiles
  4. Security Profiles

探索子标签

  • High-AssurancePredefined security configurations for protecting sensitive transactions and high-assurance communication. **Distinct from Security Profiles:** Distinct from Security Profiles: focuses on high-assurance protocol standards rather than general system resource access policies.
  • Reference Profile ValidationsComparing current system state against defined security profile baselines. **Distinct from Security Profiles:** Focuses on the act of validation against a profile rather than the profile definition itself
  • Scan Configuration ProfilesReusable sets of target URLs and plugin configurations used to standardize repeated security audits. **Distinct from Security Profiles:** Focuses on auditing configurations for a scanner rather than system-level access policies or OS hardening.
  • System Call ProfilersTools that synthesize restrictive system call policies based on observed application runtime behavior. **Distinct from Security Profiles:** Focuses on automated generation of security profiles from runtime behavior, distinct from static security configuration.