File phrasendrescher.spec of Package phrasendrescher
#
# spec file for package phrasendrescher
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: phrasendrescher
Version: 1.2.2c
Release: 0
Summary: A modular and multi processing Pass Phrase cracking Tool
License: BSD-3-Clause
Group: Productivity/Security
URL: https://www.leidecker.info/projects/phrasendrescher/
Source: https://www.leidecker.info/projects/phrasendrescher/%{name}-%{version}.tar.gz
BuildRequires: libgpgme-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(libssh2)
BuildRequires: pkgconfig(libssl)
%description
phrasen|drescher (p|d) is a modular and multi processing pass phrase cracking tool.
It comes with a number of plugins but a simple plugin API allows an easy development
of new plugins. The main features of p|d are:
* Modular with the use of plugins
* Multi processing
* Dictionary attack with or without permutations (uppercase, lowercase, l33t, etc.)
* Incremental brute force attack with custom character maps
%prep
%setup -q
%build
%configure \
--with-plugins \
--disable-static
make %{?_smp_mflags}
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%files
%license COPYING
%doc AUTHORS ChangeLog README NEWS
%{_bindir}/pd
%{_libdir}/phrasendrescher
%{_mandir}/man1/pd.1%{?ext_man}
%changelog