macOS
brew install checkseclocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für checksec in AI-Agent-Workflows.
Installation
brew install checkseclocal Homebrew formula metadata
sudo apt install checksecDebian stable package indexes · checksec · Quelle: deb.debian.org
sudo dnf install checksecFedora Rawhide package metadata · checksec · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#checksecnixpkgs package indexes · pkgs/by-name/ch/checksec/package.nix · Quelle: api.github.com
sudo pacman -S checksecArch Linux sync databases · checksec · Quelle: geo.mirror.pkgbuild.com
sudo zypper install checksecopenSUSE Tumbleweed package metadata · checksec · Quelle: download.opensuse.org
Überblick
Security feature auditing for ELF binaries and Linux kernels
Verlauf
checksec is a command-line auditor for security properties of ELF executables, running processes, and Linux kernels. It reports mitigations and hardening features such as RELRO, stack canaries, NX, PIE, CFI, FORTIFY_SOURCE, and seccomp.
The original checksec was written by Tobias Klein as a Bash script in 2011. The maintained project is a modern Go rewrite distributed as a single static binary while retaining the familiar checksec purpose and name.
The project is distributed through release binaries, Linux package formats, a container image, Go installation, and several operating-system package managers, making it a common lightweight hardening check in developer and security workflows.
Typical commands inspect one file, recursively scan a directory, audit a process by PID, or examine the running Linux kernel. Machine-readable CSV, JSON, XML, and YAML output makes it suitable for scripts and CI policy checks.
checksec packages a broad set of binary-hardening checks into one small CLI. It is useful after compilation or packaging to verify that toolchain and linker hardening flags survived into the shipped artifact.
Sicherheitslage
Für checksec wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
checksec | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/slimm609/checksec
Installationsmetadaten
| Paketschlüssel | brew:checksec |
|---|---|
| Version | 3.2.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/checksec |
| Homepage | https://slimm609.github.io/checksec |
| Repository | https://github.com/slimm609/checksec |
| Upstream-Dokumentation | https://slimm609.github.io/checksec |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://github.com/slimm609/checksec/archive/refs/tags/3.2.0.tar.gz |
| Zuletzt aktualisiert | 2026-07-21T03:05:04Z |
| Pulse | new |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | checksec |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
checksec 2.6.0-2
Bash script to test executable properties
https://github.com/slimm609/checksec.sh
sudo apt install checksecchecksec
nix profile install nixpkgs#checksecchecksec 2.6.0-2
Bash script to test executable properties
https://github.com/slimm609/checksec.sh
sudo apt install checksecchecksec 2.7.1-7.fc44
Tool to check system for binary-hardening
https://github.com/slimm609/checksec.sh
sudo dnf install checksecchecksec 3.1.0-2
Tool designed to test which standard Linux OS and PaX security features are being used
https://slimm609.github.io/checksec/
sudo pacman -S checksecchecksec 3.1.0-2.3
Utility to check binaries for system hardening
https://github.com/slimm609/checksec.sh
sudo zypper install checksecQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.