Skip to content
GitHub

Checksec


A simple tool to verify the security properties of your binaries.

virtualenv -p python3 venv
source venv/bin/activate
(venv) pip install checksec.py
checksec.py [options] <file/directory>...
Options:
    -r --recursive                  Walk directories recursively
    -w WORKERS --workers=WORKERS    Specify the number of process pool workers [default: 4]
    -j --json                       Display results as JSON
    -d --debug                      Enable debug output
    -h --help                       Display this message

Example