1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:42:07 +02:00
tldr/pages/common/checksec.md
Johan Degn b5db16bf55
checksec: add page (#10638)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-29 04:54:43 +02:00

476 B

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