Пакет checksec: Информация

  • Default inline alert: Версия в репозитории: 2.6.0-alt1

Исходный пакет: checksec
Версия: 2.5.0-alt2
Последняя версия по данным Repology
Собран:  19 декабря 2021 г. 4:14 в задании #292277
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/slimm609/checksec.sh

Лицензия: BSD
О пакете: Tool to check system for binary-hardening
Описание: 
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.

The script also lists the status of various Linux kernel protection mechanisms.

checksec can check binary-files and running processes for hardening features.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
checksec (noarch)

Сопровождающий: Vitaly Lipatov

Список участников:
Vitaly Lipatov

Права:
Vitaly Lipatov
@everybody

Последнее изменение


19 декабря 2021 г. Vitaly Lipatov 2.5.0-alt2
- fix PATH (thanks, andy@!)
18 декабря 2021 г. Vitaly Lipatov 2.5.0-alt1
- new version 2.5.0 (with rpmrb script)
14 июня 2021 г. Vitaly Lipatov 2.4.0-alt1
- initial build for ALT Sisyphus