[sucrack] Initial import

Fabian Affolter fab at fedoraproject.org
Thu Nov 1 20:11:29 UTC 2012


commit 3f9fe4a08af0d9e99b72c3461baf44301875d11d
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu Nov 1 21:11:17 2012 +0100

    Initial import

 .gitignore   |    1 +
 sources      |    1 +
 sucrack.spec |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..75fc874 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sucrack-1.2.3.tar.gz
diff --git a/sources b/sources
index e69de29..0fe227a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6ebfe5e94577a53ce8dcabadd3581ec3  sucrack-1.2.3.tar.gz
diff --git a/sucrack.spec b/sucrack.spec
new file mode 100644
index 0000000..e149609
--- /dev/null
+++ b/sucrack.spec
@@ -0,0 +1,39 @@
+Name:           sucrack
+Version:        1.2.3
+Release:        1%{?dist}
+Summary:        A su cracker
+
+Group:          Applications/System
+License:        GPLv2
+URL:            http://www.leidecker.info/projects/sucrack.shtml
+Source0:        http://www.leidecker.info/projects/%{name}/%{name}-%{version}.tar.gz
+
+%description
+sucrack is a multithreaded Linux/UNIX tool for brute-force cracking local user
+accounts via su. This tool comes in handy as final instance on a system where
+you have not to many privileges but you are in the wheel group. Many su
+implementations require a pseudo terminal to be attached in order to take the
+password from the user. This is why you couldn't just use a simple shell script
+to do this work. This tool, written in c, is highly efficient and can attempt
+multiple logins at the same time. Please be advised that using this tool will
+take a lot of the CPU performance and fill up the logs quite quickly.
+
+%prep
+%setup -q
+chmod -x ChangeLog src/*.h src/*.c
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+
+%files
+%doc AUTHORS ChangeLog COPYING README
+%{_mandir}/man*/%{name}*.*
+%{_bindir}/%{name}
+
+%changelog
+* Sun Oct 28 2012 Fabian Affolter <mail at fabian-affolter.ch> - 1.2.3-1
+- Initial package for Fedora


More information about the scm-commits mailing list