Name: | checksec |
---|---|
Version: | 1.7.4 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Tools |
Size: | 76616 |
License: | BSD |
RPM: | checksec-1.7.4-2.el7.noarch.rpm |
Source RPM: | checksec-1.7.4-2.el7.src.rpm |
Build Date: | Sun Oct 22 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.trapkit.de/tools/checksec.html |
Summary: | Tool to check system for binary-hardening |
Description: | 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 script is designed to test what *standard* Linux OS and PaX (http://pax.grsecurity.net/) security features are being used. As of version 1.3 the script also lists the status of various Linux kernel protection mechanisms. checksec can check binary-files and running processes for hardening features. |
- Add manpage a Source1
- Update to forked version (rhbz 1240391) - Added missing runtime-dependency on gawk (rhbz 1380950)
- Added missing runtime-dependencies (rhbz 1380950) - Small improvements to spec-file - Clean trailing whitespaces
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- added stuff for el5-build
- Initial rpm release