File: control

package info (click to toggle)
checksec 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,936 kB
  • sloc: sh: 1,882; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,059 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: checksec
Section: misc
Priority: optional
Maintainer: Chen-Ying Kuo <evshary@gmail.com>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (=13)
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Homepage: https://github.com/slimm609/checksec.sh
Vcs-Browser: https://salsa.debian.org/debian/checksec
Vcs-Git: https://salsa.debian.org/debian/checksec.git

Package: checksec
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, procps, file, openssl, gawk, binutils
Recommends: curl, wget
Description: 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.