checksec.rs

Fast multi-platform executable binary (ELF/PE/MachO) checksec written in Rust.

Both Linux and Windows already have OS-specific checksec implementations, written in shell and cpp respectively.

checksec.sh winchecksec

However, aside from winchecksec by Trail of Bits being cpp. Typically checksec.sh has not scaled out to multiple binaries very efficiently.

Uses ignore crate for fast recursive directory iteration that respects various filters such as globs, file types and .gitignore files.

Build/Install

git (HEAD)

sh git clone https://github.com/etke/checksec.rs && cd checksec.rs cargo build --release cargo install --path .

cargo

sh cargo install checksec

Usage

sh Usage: checksec <-f|-d> [--output=json] <file|directory>