macOS
brew install checkseclocal Homebrew formula metadata
brew
Security feature auditing for ELF binaries and Linux kernels. Version 3.2.0 via Homebrew; verified 2026-07-21. Also installable with debian: sudo apt install checksec.
install
brew install checkseclocal Homebrew formula metadata
sudo apt install checksecDebian stable package indexes · checksec · source: deb.debian.org
sudo dnf install checksecFedora Rawhide package metadata · checksec · source: dl.fedoraproject.org
nix profile install nixpkgs#checksecnixpkgs package indexes · pkgs/by-name/ch/checksec/package.nix · source: api.github.com
sudo pacman -S checksecArch Linux sync databases · checksec · source: geo.mirror.pkgbuild.com
sudo zypper install checksecopenSUSE Tumbleweed package metadata · checksec · source: download.opensuse.org
overview
Security feature auditing for ELF binaries and Linux kernels
history
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.
security posture
No matching local secret-handling manifest was found for checksec. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
checksec | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/slimm609/checksec
install metadata
| Package key | brew:checksec |
|---|---|
| Version | 3.2.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/checksec |
| Homepage | https://slimm609.github.io/checksec |
| Repository | https://github.com/slimm609/checksec |
| Upstream docs | https://slimm609.github.io/checksec |
| License | BSD-3-Clause |
| Source archive | https://github.com/slimm609/checksec/archive/refs/tags/3.2.0.tar.gz |
| Last updated | 2026-07-21T03:05:04Z |
| Pulse | new |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 checksecsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.