Skip to content

Releases: slimm609/checksec

2.1.0

29 Jul 22:33
Compare
Choose a tag to compare

resolved issue with --proc name
resolved issue with --help

added clang options as --extended options

2.0.1

24 Jul 15:23
Compare
Choose a tag to compare

Fixed minor issues from 2.0.0 feedback

2.0.0

24 Jul 01:01
Compare
Choose a tag to compare

Rev-2019061301 Brian Davis [email protected]
* checksec.sh: Updated to 2.0.0 - Breaking changes in options, no longer support short options
* checksec.sh: Rewrite checksec to use getopts and move to all functions
* checksec.sh: add MUSL support
Thanks g3ngr33n
* checksec.sh: fixed coredumpcheck
Rev-2019061301 Brian Davis [email protected]
* checksec.sh: Proc-all proccheck() json fix
Thanks etke
* checksec.sh: Fix --proc-all json output
Thanks etke
* checksec.sh: Switch --proc to use pgrep and fix json output
Thanks etke
* checksec.sh: Fix --proc-libs json output
Thanks etke
* checksec.sh: Fixed some calls to readelf missing stderr redirection to /dev/null
Thanks areisbr
* checksec.sh: fixed several issues around json and xml formatting
* checksec.sh: fixed fortify source catching false positives

1.11.1

28 Mar 17:04
Compare
Choose a tag to compare

Rev-2019011901 Brian Davis [email protected]
* checksec.sh: Updated to 1.11.1
* checksec.sh: resolved issues with readelf
* checksec.sh: Added docker images for testing
* checksec.sh: Added armhf and aarch64 libc locations
Thanks Avamander
* checksec.sh: Replace FS_COUNT with fgrep
Thanks Iraugusto
* checksec.sh: Fixed symbols count in csv
Thanks Iraugusto
* checksec.sh: Fixed RW-RPATH and RW-RUNPATH
Thanks Iraugusto
* checksec.sh: Added stack canaries generated by intel compiler
Thanks Xavier Brouckaert
* checksec.sh: Mute stat errors for non-existent directories
Thanks Iraugusto
* checksec.sh: Removed invalid json structures and duplicate kernel checks
* checksec.sh: fixed spaces in -d option
* checksec.sh: Added stack-protector-string check
Thanks scottellis
* checksec.sh: Add arm64 specific kernel checks
Thanks scottellis
* checksec.sh: Add REFCOUNT_FULL to kernel tests
Thanks scottellis
* checksec.sh: Remove OSX support

1.9.0

14 Oct 23:37
Compare
Choose a tag to compare

Rev-2018012401 Brian Davis [email protected]
* checksec.sh: Updated to 1.9.0
* checksec.sh: made all kernel checks dependant on kernel version
* checksec.sh: moved man page to section 1
* checksec.sh: fixed debug flag
* checksec.sh: resolved issue with -d
* checksec.sh: fixed stack protector on 4.18+ kernels -- Thanks cheese
* checksec.sh: fixed runpath name in output -- Thanks philipturnbull
* checksec.sh: updated readme for offline testing -- Thanks matthew-l-weber

1.8.0

24 Jan 23:06
Compare
Choose a tag to compare

updated with bash cleanup and eu-readelf

1.7.5

27 Oct 13:06
Compare
Choose a tag to compare
signed update

1.7.4

20 Feb 06:02
Compare
Choose a tag to compare
signed update

1.7.3

15 Feb 07:14
Compare
Choose a tag to compare

1.7.2

06 Jan 03:57
Compare
Choose a tag to compare

merged seccomp, json and kernel config fixed.