debian/0000755000000000000000000000000012103676416007174 5ustar debian/sucrack.lintian-overrides0000644000000000000000000000005711767172361014216 0ustar sucrack binary: hardening-no-fortify-functions debian/patches/0000755000000000000000000000000011731412612010613 5ustar debian/patches/fix-manpages0000644000000000000000000000064211731412612013117 0ustar Manpage had bad whatis entry: \- missing between the name and the description. --- a/doc/sucrack.1 +++ b/doc/sucrack.1 @@ -1,8 +1,7 @@ .TH SUCRACK 1 "Version 1.2.3" .SH NAME -.B sucrack -is a multithreaded Linux/UNIX tool for brute-force cracking of local user accounts via su. +.B sucrack \- is a multithreaded Linux/UNIX tool for brute-force cracking of local user accounts via su. .SH SYNOPSIS .B sucrack debian/patches/series0000644000000000000000000000001511731412612012024 0ustar fix-manpages debian/control0000644000000000000000000000160511765723275010612 0ustar Source: sucrack Section: admin Priority: extra Maintainer: Tim Brown Uploaders: Eva Ramon Build-Depends: debhelper (>= 5), autotools-dev Standards-Version: 3.9.3 Homepage: http://labs.porticullis.co.uk/application/sucrack Package: sucrack Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: multithreaded su bruteforcer sucrack is a multithreaded Linux/UNIX tool for cracking local user accounts via wordlist bruteforcing su. This tool comes in handy when you've gained access to a low-privilege user account but are allowed to su to other users. Many su implementations require a pseudo terminal to be attached in order to take the password from the user. This can't be easily achieved with a simple shell script. This tool, written in C, is highly efficient and can attempt multiple logins at the same time. debian/source/0000755000000000000000000000000011731412612010464 5ustar debian/source/format0000644000000000000000000000001411731412612011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013311731413352010214 0ustar version=3 http://labs.portcullis.co.uk/application/sucrack /download/sucrack-(.*)\.tar\.gz debian/copyright0000644000000000000000000000354211731412612011123 0ustar This package was debianized by Tim Brown on Tue, 13 Mar 2007 11:26:51 +0000. It was downloaded from http://www.leidecker.info/ Upstream Author: Nico Leidecker Copyright: Nico Leidecker, 2007 License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project The Debian packaging is Copyright 2007, Tim Brown and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/docs0000644000000000000000000000001411731412612010032 0ustar NEWS README debian/changelog0000644000000000000000000000456212103676266011060 0ustar sucrack (1.2.3-1) unstable; urgency=low * Non-maintainer upload * Compile with --enable-statistics (Closes: #687836) -- Eva Ramon Salinas Sat, 29 Dec 2012 20:56:38 +0000 sucrack (1.2.3-0.9) unstable; urgency=low * Non-maintainer upload * Fixed lintian warning: hardening-no-stackprotector * Fixed lintian warning: hardening-no-relro * Lintian override for warning: hardening-no-fortify -- Eva Ramon Salinas Sat, 16 Jun 2012 23:01:14 +0200 sucrack (1.2.3-0.7) unstable; urgency=low * Non-maintainer upload * Fix Ubuntu FTBFS with ld --as-needed, build with -pthread (Closes: #641433) * Upload sponsored by Philipp Hug ** Added Eva Ramon to Uploaders -- Eva Ramon Salinas Sun, 10 Jun 2012 16:29:37 +0200 sucrack (1.2.3-0.5) unstable; urgency=low * Non-maintainer upload + Last update by the mantainer was five years ago * New upstream release * New Standards Version 3.9.3 * Clean lintian errors * Clean lintian warnings * Quilt 3.0 format applied to package source * Remove restoring of config.sub and config.guess in clean target * Added watch file * Upload sponsored by Philipp Hug ** Current maintainer is MIA, he was also sponsored by me -- Eva Ramon Salinas Sun, 18 Mar 2012 18:14:34 +0100 sucrack (1.2.2-2) unstable; urgency=low * Upstream release without new version * Upload sponsored by Philipp Hug -- Tim Brown Tue, 29 May 2007 16:04:03 +0100 sucrack (1.2.2-1) unstable; urgency=low * New upstream release * Removed no longer require dependence: docbook-to-man -- Tim Brown Sat, 26 May 2007 18:51:30 +0100 sucrack (1.2.1-2) unstable; urgency=low * Checksums weren't matching -- Tim Brown Tue, 22 May 2007 21:55:22 +0100 sucrack (1.2.1-1) unstable; urgency=low * Removed lintian overides * Removed sucrack.sgml -- Tim Brown Mon, 30 Apr 2007 22:11:26 +0100 sucrack (1.1-2) unstable; urgency=low * Moved to main -- Tim Brown Tue, 20 Mar 2007 18:37:45 +0000 sucrack (1.1-1) unstable; urgency=low * Initial release (Closes: #414534) -- Tim Brown Mon, 12 Mar 2007 11:17:36 +0000 debian/rules0000755000000000000000000000506112067654623010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g -pthread CFLAGS += $(shell dpkg-buildflags --get CFLAGS) # Compile with option --enable-statistics CFLAGS += -DSTATISTICS LDFLAGS = -Wl,-z,defs -pthread LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS) ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif config.status: configure dh_testdir # Add here commands to configure the package. ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) #docbook-to-man debian/sucrack.sgml > sucrack.8 touch $@ clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean #ifneq "$(wildcard /usr/share/misc/config.sub)" "" # cp -f /usr/share/misc/config.sub config.sub #endif #ifneq "$(wildcard /usr/share/misc/config.guess)" "" # cp -f /usr/share/misc/config.guess config.guess dh_clean rm -f config.log install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/sucrack. $(MAKE) DESTDIR=$(CURDIR)/debian/sucrack install # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_lintian dh_installchangelogs ChangeLog dh_installdocs dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/dirs0000644000000000000000000000001011731412612010037 0ustar usr/bin debian/compat0000644000000000000000000000000211731412612010362 0ustar 5