mirror of
https://gitlab.com/kalilinux/packages/unix-privesc-check.git
synced 2025-06-26 10:00:46 +00:00
Trim trailing whitespace.
Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html
This commit is contained in:
18
debian/control
vendored
18
debian/control
vendored
@ -12,14 +12,14 @@ Package: unix-privesc-check
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: Script to check for simple privilege escalation vectors
|
||||
Unix-privesc-checker is a script that runs on Unix systems
|
||||
(tested on Solaris 9, HPUX 11, Various Linuxes, FreeBSD 6.2).
|
||||
It tries to find misconfigurations that could allow local
|
||||
unprivileged users to escalate privileges to other users or
|
||||
Unix-privesc-checker is a script that runs on Unix systems
|
||||
(tested on Solaris 9, HPUX 11, Various Linuxes, FreeBSD 6.2).
|
||||
It tries to find misconfigurations that could allow local
|
||||
unprivileged users to escalate privileges to other users or
|
||||
to access local apps (e.g. databases).
|
||||
.
|
||||
It is written as a single shell script so it can be easily
|
||||
uploaded and run (as opposed to un-tarred, compiled and
|
||||
installed). It can run either as a normal user or as root
|
||||
(obviously it does a better job when running as root because
|
||||
it can read more files).
|
||||
It is written as a single shell script so it can be easily
|
||||
uploaded and run (as opposed to un-tarred, compiled and
|
||||
installed). It can run either as a normal user or as root
|
||||
(obviously it does a better job when running as root because
|
||||
it can read more files).
|
||||
|
Reference in New Issue
Block a user