]> git.pld-linux.org Git - packages/depant.git/blame - depant.spec
BR: rpmbuild(macros) >= 1.710
[packages/depant.git] / depant.spec
CommitLineData
1c923b58 1Summary: (DE)fault (PA)ssword (N)etwork (T)ool
2Summary(pl.UTF-8): Narzędzie do sprawdzania haseł w sieci
3Name: depant
4Version: 0.3a
5Release: 0.1
6License: GPL v2
7Group: Applications/Console
8Source0: http://midnightresearch.com/local/packages/depant/%{name}-%{version}.tgz
9# Source0-md5: d1f7af5228436ff1d3816dffd1f2e458
10URL: http://midnightresearch.com/
f1c5aa90 11BuildRequires: rpmbuild(macros) >= 1.710
1c923b58 12BuildRequires: python >= 1:2.5
13BuildRequires: python-setuptools
14Requires: hydra >= 5.4
15Requires: python-ipcalc
16Requires: nmap
17%pyrequires_eq python-libs
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22Depant works by downloading a default password list, and then mapping
23out the local network to see what open services are available. Once it
24has a list of services, it will test each service for default
25passwords. Once it’s gone through each of the services, depant will
26determine the fastest service (as recorded in phase one) and use it to
27perform an optional second phase of tests with a larger
28(user-supplied) set of default users/passwords.
29
30%description -l pl.UTF-8
31Depant działa w ten sposób, że pobiera listę domyślnych haseł, a potem
32skanuje sieć w poszukiwaniu uruchomionych usług. Po zakończeniu
33poszukiwań każdy znaleziony serwis jest sprawdzany pod kątem
34występowania domyślnych haseł. W czasie trwania tej fazy depant
35określa również, która usługa jest najszybsza i na tej podstawie
36możliwe jest opcjonalne przeprowadzenie fazy drugiej gdzie dany serwis
37jest sprawdzany pod kątem haseł dostarczonych przez użytkownika.
38
39%prep
40%setup -q -n %{name}
41
42%build
e8cbe989 43%py_build
1c923b58 44
45%install
46rm -rf $RPM_BUILD_ROOT
e8cbe989 47%py_install \
1c923b58 48 --prefix=%{_prefix} \
49 --install-scripts=%{_bindir} \
50 --root=$RPM_BUILD_ROOT
51
52%py_postclean
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc INSTALL LICENSE README
60%attr(755,root,root) %{_bindir}/depant
61%{py_sitescriptdir}/depant
62%{py_sitescriptdir}/Depant-*.egg-info
This page took 0.063514 seconds and 4 git commands to generate.