Skip to content

Releases: slimm609/checksec.sh

2.7.1

09 Jun 01:28
181cdfa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.0...2.7.1

2.7.0

21 Apr 01:22
1507d4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.0...2.7.0

2.6.0

27 May 21:36
Compare
Choose a tag to compare

Rev-2022052701 Brian Davis slimm609@gmail.com

  • update to 2.6.0
  • fix missing sysctl on fedora
    Thanks @spdfnet
  • remove extra parenthesis
    Thanks @koobs
  • add missing libc on LoongArch-64
    Thanks @xiaoxiaoafeifei

2.5.0

13 Oct 00:25
70c9421
Compare
Choose a tag to compare

Rev-2021101001 Brian Davis slimm609@gmail.com
* update to 2.5.0
* split checksec into multiple files for easier maintenance and debugging
* remove space between options and only support = until refactor can happen
* Add pre-commit-checks
* update License.txt to include BSD license
Thanks @mr-segfault
* Move to new Arch Linux docker images
Thanks @Maryse47
* Add photon support for tests
* Check journalctl -k for NX protection
Thanks @Tatsh
* improve debug formatting
Thanks @bmwiedemann
* Fix shellcheck warnings and style issues
Thanks @a1346054

2.4.0

25 Oct 23:18
Compare
Choose a tag to compare
signed update

2.2.3

08 Jul 18:06
Compare
Choose a tag to compare

Fixed sending errors to STDERR.

2.2.2

28 May 15:30
Compare
Choose a tag to compare

moved selfrando to extended checks

2.2.1

27 May 16:22
Compare
Choose a tag to compare

shellcheck compliant version.

2.2.0

27 May 15:11
Compare
Choose a tag to compare

Rev-2020052701 Brian Davis slimm609@gmail.com
* checksec.sh: Updated to 2.2.0
* checksec.sh: fix several small issues
Thanks @cgzones
* checksec.sh: add selfrando checks
Thanks @Estella
* checksec.sh: fix json validation
* checksec.sh: added github actions validation tests
* checksec.sh: fix stack protector functions
Thanks @cgzones
* checksec.sh: improve core dump checks
Thanks @cgzones
* checksec.sh: Run readelf in wide mode
Thanks @cgzones

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