Codebase list unix-privesc-check / 29a75ac
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 11 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
2323
2424 unix-privesc-check (1.4~svn361-1kali0) kali; urgency=low
2525
26 * Initial release
26 * Initial release
2727
2828 -- Devon Kearns <[email protected]> Thu, 20 Dec 2012 15:42:35 -0700
1111 Architecture: all
1212 Depends: ${misc:Depends}
1313 Description: Script to check for simple privilege escalation vectors
14 Unix-privesc-checker is a script that runs on Unix systems
15 (tested on Solaris 9, HPUX 11, Various Linuxes, FreeBSD 6.2).
16 It tries to find misconfigurations that could allow local
17 unprivileged users to escalate privileges to other users or
14 Unix-privesc-checker is a script that runs on Unix systems
15 (tested on Solaris 9, HPUX 11, Various Linuxes, FreeBSD 6.2).
16 It tries to find misconfigurations that could allow local
17 unprivileged users to escalate privileges to other users or
1818 to access local apps (e.g. databases).
1919 .
20 It is written as a single shell script so it can be easily
21 uploaded and run (as opposed to un-tarred, compiled and
22 installed). It can run either as a normal user or as root
23 (obviously it does a better job when running as root because
24 it can read more files).
20 It is written as a single shell script so it can be easily
21 uploaded and run (as opposed to un-tarred, compiled and
22 installed). It can run either as a normal user or as root
23 (obviously it does a better job when running as root because
24 it can read more files).
99 #export DH_VERBOSE=1
1010
1111 %:
12 dh $@
12 dh $@