checksec

Check security properties of executables. More information: <https://github.com/slimm609/checksec.sh>.

Debian Debian
RUN apt-get update && \ apt-get install -y checksec
Ubuntu
RUN apt-get update && \ apt-get install -y checksec
Arch Arch Linux
RUN pacman -S --noconfirm checksec
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y checksec
Fedora
RUN dnf install -y checksec
click the source code to copy install checksec on any operating system with command-not-found.com