Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use subcommand instead of option arguments. This has the benefit of supporting shell wildcards. Old usage: checksec -f /bin/true --no-color checksec -d /bin --json --pretty checksec -p bash --maps checksec --pid 1,42 checksec -P New usage: checksec --no-color exe /bin/true checksec --format json-pretty exe /bin checksec proc-name --maps bash checksec proc-id 1 42 checksec proc-all checksec proc-id $(pidof firefox) checksec exe /bin/system* dpkg -L apt | checksec
- Loading branch information