Mageia Bugzilla – Attachment 2486 Details for
Bug 5757
sshtrix is a very fast multithreaded SSH login cracker.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file
sshtrix.spec (text/x-rpm-spec), 1.36 KB, created by
Olivier Delaune
on 2012-06-22 17:56:08 CEST
(
hide
)
Description:
spec file
Filename:
MIME Type:
Creator:
Olivier Delaune
Created:
2012-06-22 17:56:08 CEST
Size:
1.36 KB
patch
obsolete
>%define name sshtrix >%define version 0.0.2 >%define release %mkrel 1 > >Summary: A very fast multithreaded SSH login cracker >Name: %{name} >Version: %{version} >Release: %{release} >Source0: http://www.nullsecurity.net/tools/cracker/%{name}-%{version}.tar.gz >License: GPLv3+ >Group: Networking/Remote access >Url: http://www.nullsecurity.net/cracker.html >BuildRequires: libssh-devel >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot > >%description >sshtrix is a very fast multithreaded SSH login cracker. It supports >SSHv1 and SSHv2. sshtrix was designed to automate rapid bruteforce >attacks against SSH authentification screens. Unlike other public >tools, the aim is to keep it simple, stable, fast and modular. With >its clean code design, it is easy to extend the code to a framework >or to fork it against protocols of your choice. > >%prep >%setup -q > >%build >make sshtrix > >%install >rm -rf %{buildroot} >mkdir -p %{buildroot}/%{_bindir} >install -D -m 0755 %{name} %{buildroot}/%{_bindir}/ > >#install man page >install -d %buildroot/%{_mandir}/man1/ >install -m 644 doc/%{name}.1 %buildroot%{_mandir}/man1/ > >%clean >rm -rf %{buildroot} > >%files >%defattr(-,root,root,-) >%doc doc/AUTHORS doc/CHANGELOG doc/README doc/TESTED doc/THANKS doc/TODO >%{_bindir}/%{name} >%{_mandir}/man*/* > >%changelog >* Fri Jun 22 2012 Olivier Delaune <olivier.delaune@wanadoo.fr> 0.0.2-1.mga2 >- Package creation
%define name sshtrix %define version 0.0.2 %define release %mkrel 1 Summary: A very fast multithreaded SSH login cracker Name: %{name} Version: %{version} Release: %{release} Source0: http://www.nullsecurity.net/tools/cracker/%{name}-%{version}.tar.gz License: GPLv3+ Group: Networking/Remote access Url: http://www.nullsecurity.net/cracker.html BuildRequires: libssh-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description sshtrix is a very fast multithreaded SSH login cracker. It supports SSHv1 and SSHv2. sshtrix was designed to automate rapid bruteforce attacks against SSH authentification screens. Unlike other public tools, the aim is to keep it simple, stable, fast and modular. With its clean code design, it is easy to extend the code to a framework or to fork it against protocols of your choice. %prep %setup -q %build make sshtrix %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{_bindir} install -D -m 0755 %{name} %{buildroot}/%{_bindir}/ #install man page install -d %buildroot/%{_mandir}/man1/ install -m 644 doc/%{name}.1 %buildroot%{_mandir}/man1/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc doc/AUTHORS doc/CHANGELOG doc/README doc/TESTED doc/THANKS doc/TODO %{_bindir}/%{name} %{_mandir}/man*/* %changelog * Fri Jun 22 2012 Olivier Delaune <olivier.delaune@wanadoo.fr> 0.0.2-1.mga2 - Package creation
View Attachment As Raw
Actions:
View
Attachments on
bug 5757
: 2486