2025-03-14 21:59:59 -06:00
|
|
|
# checksec
|
|
|
|
|
|
|
|
|
|
> Check security properties of executables.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://manned.org/checksec>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|