logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Checksec - Analyze Executable Security | Online Free DevTools by Hexmos

Analyze executable security with Checksec. Identify potential vulnerabilities and security properties in binaries, processes, and the kernel. Free online tool, no registration required.

checksec

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

  • List security properties of an executable binary file:

checksec --file={{path/to/binary}}

  • List security properties recursively of all executable files in a directory:

checksec --dir={{path/to/directory}}

  • List security properties of a process:

checksec --proc={{pid}}

  • List security properties of the running kernel:

checksec --kernel

See Also