unix-privesc-check/debian/control

29 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2012-12-20 22:43:27 +00:00
Source: unix-privesc-check
2012-12-20 22:54:54 +00:00
Section: utils
2019-08-21 08:10:59 +00:00
Priority: optional
2019-04-19 08:44:55 +00:00
Maintainer: Kali Developers <devel@kali.org>
2021-11-19 11:02:44 +00:00
Uploaders: Devon Kearns <dookie@kali.org>,
Mati Aharoni <muts@kali.org>,
Sophie Brun <sophie@offensive-security.com>,
2019-08-21 08:09:36 +00:00
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.6.2
Homepage: https://pentestmonkey.net/tools/audit/unix-privesc-check
Vcs-Git: https://gitlab.com/kalilinux/packages/unix-privesc-check.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/unix-privesc-check
2012-12-20 22:43:27 +00:00
Package: unix-privesc-check
Architecture: all
Depends: ${misc:Depends}
2012-12-20 22:54:54 +00:00
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
2012-12-20 22:54:54 +00:00
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).