# checksec ```text usage: checksec [-h] [-f FILE] ``` Prints out the binary security settings using `checksec`. ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-f|--file|Specify the file to run `checksec` on.| ### Examples ```text pwndbg> checksec File: /usr/bin/bash Arch: amd64 RELRO: Full RELRO Stack: Canary found NX: NX enabled PIE: PIE enabled SHSTK: Enabled IBT: Enabled ```