Files
tldr/pages/common/checksec.md
T
Managor 4760bf1262 *: improve more info links and add option placeholders part 5 (#19564)
* batch

* Update pages/common/audacious.md

Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>

---------

Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
2025-11-24 16:29:54 -06:00

464 B

checksec

Check security properties of executables. More information: https://manned.org/checksec.

  • 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