]> git.pld-linux.org Git - packages/depant.git/blame - depant.spec
- initial
[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/
11BuildRequires: python >= 1:2.5
12BuildRequires: python-setuptools
13Requires: hydra >= 5.4
14Requires: python-ipcalc
15Requires: nmap
16%pyrequires_eq python-libs
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Depant works by downloading a default password list, and then mapping
22out the local network to see what open services are available. Once it
23has a list of services, it will test each service for default
24passwords. Once it’s gone through each of the services, depant will
25determine the fastest service (as recorded in phase one) and use it to
26perform an optional second phase of tests with a larger
27(user-supplied) set of default users/passwords.
28
29%description -l pl.UTF-8
30Depant działa w ten sposób, że pobiera listę domyślnych haseł, a potem
31skanuje sieć w poszukiwaniu uruchomionych usług. Po zakończeniu
32poszukiwań każdy znaleziony serwis jest sprawdzany pod kątem
33występowania domyślnych haseł. W czasie trwania tej fazy depant
34określa również, która usługa jest najszybsza i na tej podstawie
35możliwe jest opcjonalne przeprowadzenie fazy drugiej gdzie dany serwis
36jest sprawdzany pod kątem haseł dostarczonych przez użytkownika.
37
38%prep
39%setup -q -n %{name}
40
41%build
42%{__python} setup.py build
43
44%install
45rm -rf $RPM_BUILD_ROOT
46%{__python} setup.py install \
47 --optimize=2 \
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.145357 seconds and 4 git commands to generate.