diff --git a/debian/changelog b/debian/changelog index 5064eae..5ce34ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,6 @@ unix-privesc-check (1.4~svn361-1kali1) kali; urgency=low unix-privesc-check (1.4~svn361-1kali0) kali; urgency=low - * Initial release + * Initial release -- Devon Kearns Thu, 20 Dec 2012 15:42:35 -0700 diff --git a/debian/control b/debian/control index ff31c82..6580383 100644 --- a/debian/control +++ b/debian/control @@ -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). diff --git a/debian/rules b/debian/rules index b760bee..955dd78 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@