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.
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.
sh
git clone https://github.com/etke/checksec.rs && cd checksec.rs
cargo build --release
cargo install --path .
sh
cargo install checksec
sh
Usage: checksec <-f|-d> [--output=json] <file|directory>