mirror of
https://gitlab.com/kalilinux/packages/unix-privesc-check.git
synced 2026-09-26 17:52:29 +00:00
Compare commits
32
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99d73bd1b7 | ||
|
|
9f23bbbacf | ||
|
|
e03920818a | ||
|
|
acb1640e55 | ||
|
|
32bb8a7a13 | ||
|
|
902d228738 | ||
|
|
bf00190b30 | ||
|
|
1cb4133e42 | ||
|
|
ad99a707bb | ||
|
|
5f804c832e | ||
|
|
3867a7e9e6 | ||
|
|
55de73e6d7 | ||
|
|
6f55984067 | ||
|
|
224c8c657b | ||
|
|
29a75ac32a | ||
|
|
1945fd02c5 | ||
|
|
d95035d10e | ||
|
|
159c4cae8b | ||
|
|
d9646d4ea8 | ||
|
|
f316e443f5 | ||
|
|
a9c6e42506 | ||
|
|
5941c0ab60 | ||
|
|
2f7ed845ff | ||
|
|
262a00acf6 | ||
|
|
f15d4367e9 | ||
|
|
fcc0947642 | ||
|
|
70b3ebb514 | ||
|
|
339d5d76af | ||
|
|
a2a61e4233 | ||
|
|
f167709be9 | ||
|
|
2892e8dc4f | ||
|
|
c967f5f9e7 |
Vendored
+53
@@ -0,0 +1,53 @@
|
||||
unix-privesc-check (1.6+git20170904.00e0d54-0kali1) kali-dev; urgency=medium
|
||||
|
||||
[ Kali Janitor ]
|
||||
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
|
||||
Repository-Browse.
|
||||
* Update standards version to 4.5.0, no changes needed.
|
||||
* Update watch file format version to 4.
|
||||
* Use secure URI in Homepage field.
|
||||
* Update standards version to 4.6.1, no changes needed.
|
||||
* Update standards version to 4.6.2, no changes needed.
|
||||
|
||||
[ Ben Wilson ]
|
||||
* Add Uploaders
|
||||
* Remove template comment and switch spaces to tabs
|
||||
|
||||
[ Arnaud Rebillout ]
|
||||
* Bump Std-Ver, drop 'Priority: optional'
|
||||
* Bump debhelper compat to 13
|
||||
* Nitpick in d/copyright
|
||||
* Update d/watch to fetch source from GitHub
|
||||
* New upstream version 1.6+git20170904.00e0d54
|
||||
|
||||
-- Arnaud Rebillout <arnaudr@kali.org> Mon, 07 Sep 2026 21:34:51 +0700
|
||||
|
||||
unix-privesc-check (1.4-0kali1) kali-dev; urgency=medium
|
||||
|
||||
[ Raphaël Hertzog ]
|
||||
* Update Maintainer field
|
||||
* Update Vcs-* fields for the move to gitlab.com
|
||||
* Add GitLab's CI configuration file
|
||||
|
||||
[ Sophie Brun ]
|
||||
* New upstream version 1.4
|
||||
|
||||
-- Sophie Brun <sophie@offensive-security.com> Wed, 21 Aug 2019 10:00:50 +0200
|
||||
|
||||
unix-privesc-check (1.4~svn361-1kali2) kali; urgency=low
|
||||
|
||||
* Updated watch file
|
||||
|
||||
-- Mati Aharoni <muts@kali.org> Sun, 12 Jan 2014 15:19:30 -0500
|
||||
|
||||
unix-privesc-check (1.4~svn361-1kali1) kali; urgency=low
|
||||
|
||||
* Revision bump to re-build
|
||||
|
||||
-- Devon Kearns <dookie@kali.org> Sun, 23 Dec 2012 06:27:04 -0700
|
||||
|
||||
unix-privesc-check (1.4~svn361-1kali0) kali; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Devon Kearns <dookie@kali.org> Thu, 20 Dec 2012 15:42:35 -0700
|
||||
Vendored
+27
@@ -0,0 +1,27 @@
|
||||
Source: unix-privesc-check
|
||||
Section: utils
|
||||
Maintainer: Kali Developers <devel@kali.org>
|
||||
Uploaders: Devon Kearns <dookie@kali.org>,
|
||||
Mati Aharoni <muts@kali.org>,
|
||||
Sophie Brun <sophie@offensive-security.com>,
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Standards-Version: 4.7.4
|
||||
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
|
||||
|
||||
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
|
||||
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).
|
||||
Vendored
+49
@@ -0,0 +1,49 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Source: https://pentestmonkey.net/tools/audit/unix-privesc-check
|
||||
Upstream-Name: unix-privesc-check
|
||||
|
||||
Files: *
|
||||
Copyright: 2008 pentestmonkey@pentestmonkey.net
|
||||
License: GPL-2+-special
|
||||
This tool may be used for legal purposes only. Users take
|
||||
full responsibility for any actions performed using this
|
||||
tool. The author accepts no liability for damage caused by
|
||||
this tool. If you do not accept these condition then you
|
||||
are prohibited from using this tool.
|
||||
.
|
||||
In all other respects the GPL version 2 applies:
|
||||
.
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2012 Devon Kearns <dookie@kali.org>
|
||||
License: GPL-2+
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
usr/bin
|
||||
usr/share/unix-privesc-check
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
[DEFAULT]
|
||||
debian-branch = kali/master
|
||||
debian-tag = kali/%(version)s
|
||||
pristine-tar = True
|
||||
|
||||
[pq]
|
||||
patch-numbers = False
|
||||
|
||||
[dch]
|
||||
multimaint-merge = True
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
include:
|
||||
- https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/recipes/kali.yml
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# output every command that modifies files on the build system.
|
||||
#export DH_VERBOSE = 1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
Test-Command: unix-privesc-check -h
|
||||
Restrictions: superficial
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
unix-privesc-check /usr/bin/
|
||||
unix-privesc-check /usr/share/unix-privesc-check/
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
---
|
||||
Bug-Database: https://github.com/pentestmonkey/unix-privesc-check/issues
|
||||
Bug-Submit: https://github.com/pentestmonkey/unix-privesc-check/issues/new
|
||||
Repository: https://github.com/pentestmonkey/unix-privesc-check.git
|
||||
Repository-Browse: https://github.com/pentestmonkey/unix-privesc-check
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
Version: 5
|
||||
|
||||
Source: https://github.com/pentestmonkey/unix-privesc-check
|
||||
Matching-Pattern: heads/1_x
|
||||
Mode: git
|
||||
Git-Pretty: 1.6+git%cd.%h
|
||||
Reference in New Issue
Block a user