checksec 2.6.0-2 source package in Ubuntu
Changelog
checksec (2.6.0-2) unstable; urgency=medium * Fix d/watch issue -- SZ Lin (林上智) <email address hidden> Sat, 17 Dec 2022 16:09:32 +0800
Upload details
- Uploaded by:
- Chen-Ying Kuo
- Uploaded to:
- Sid
- Original maintainer:
- Chen-Ying Kuo
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
checksec_2.6.0-2.dsc | 1.9 KiB | 2fa0f7447bf5eedb6e0e5bdb18c775be00278d2c348870db7de4febd6d5af9ab |
checksec_2.6.0.orig.tar.gz | 2.5 MiB | 39d4158f96bdc7533ad6595703375c0046951fe4f6367b831ef92d9c66c1a307 |
checksec_2.6.0-2.debian.tar.xz | 2.9 KiB | 806e68347c37d6d98e72684a43ce828980de754a3f55683b550a1978fd10c817 |
Available diffs
- diff from 2.6.0-1 to 2.6.0-2 (488 bytes)
No changes file available.
Binary packages built by this source
- checksec: Bash script to test executable properties
Modern Linux distributions offer some mitigation techniques to make it harder
to exploit software vulnerabilities reliably. Mitigations such as RELRO,
NoExecute (NX), Stack Canaries, Address Space Layout Randomization (ASLR) and
Position Independent Executables (PIE) have made reliably exploiting any
vulnerabilities that do exist far more challenging. The checksec.sh script is
designed to test what standard Linux OS and PaX security features are being
used.