mirror of
https://gitlab.com/kalilinux/packages/unix-privesc-check.git
synced 2025-06-26 01:50:47 +00:00
Pre-build commit
This commit is contained in:
22
debian/control
vendored
22
debian/control
vendored
@ -1,15 +1,25 @@
|
||||
Source: unix-privesc-check
|
||||
Section: unknown
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: Devon Kearns <dookie@kali.org>
|
||||
Build-Depends: debhelper (>= 8.0.0)
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: <insert the upstream URL, if relevant>
|
||||
#Vcs-Git: git://git.debian.org/collab-maint/unix-privesc-check.git
|
||||
#Vcs-Browser: http://git.debian.org/?p=collab-maint/unix-privesc-check.git;a=summary
|
||||
Homepage: http://pentestmonkey.net/tools/audit/unix-privesc-check
|
||||
Vcs-Git: ssh://git@git.kali.org/packages/unix-privesc-check.git
|
||||
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/unix-privesc-check.git;a=summary
|
||||
|
||||
Package: unix-privesc-check
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: <insert up to 60 chars description>
|
||||
<insert long description, indented with spaces>
|
||||
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
|
||||
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).
|
||||
|
Reference in New Issue
Block a user