]> git.pld-linux.org Git - packages/ettercap6.git/blob - ettercap6.spec
- updated to 0.6.9
[packages/ettercap6.git] / ettercap6.spec
1 Summary:        ettercap is a ncurses-based sniffer/interceptor utility
2 Summary(pl):    ettercap jest opartym o ncurses narzêdziem do sniffowania/przechwytywania
3 Summary(pt_BR): ettercap e um interceptador/sniffer paseado em ncurses
4 Name:           ettercap
5 Version:        0.6.9
6 Release:        1
7 License:        GPL
8 Group:          Networking/Utilities
9 Source0:        http://ettercap.sourceforge.net/download/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-dont_require_root.patch
11 Patch1:         %{name}-ncurses.patch
12 Patch2:         %{name}-plugin_dir.patch
13 Patch3:         %{name}-kernel_version.patch
14 URL:            http://ettercap.sourceforge.net/
15 BuildRequires:  awk
16 BuildRequires:  textutils
17 BuildRequires:  grep
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRequires:  ncurses-devel
21 BuildRequires:  openssl-devel >= 0.9.7
22 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 ettercap is a network sniffer/interceptor/logger for ethernet LANs
26 (both switched or not). It supports active and passive dissection of
27 many protocols (even ciphered ones, like SSH and HTTPS). Data
28 injection in an established connection and filtering (substitute or
29 drop a packet) on the fly is also possible, keeping the connection
30 sincronized. Many sniffing modes were implemented to give you a
31 powerful and complete sniffing suite. Plugins are supported. It has
32 the ability to check whether you are in a switched LAN or not, and to
33 use OS fingerprints (active or passive) to let you know the geometry
34 of the LAN. The passive scan of the lan retrives infos about: hosts in
35 the lan, open ports, services version, type of the host (gateway,
36 router or simple host) and extimated distance in hop.
37
38 %description -l pl
39 ettercap jest wieloczynno¶ciowym snifferem/przechwytywaczem/loggerem
40 dla sieci LAN opartych na switchach lub hubach.
41
42 %description -l pt_BR
43 ettercap é um sniffer/interceptor/logger de rede para redes locais
44 (com uso de switches ou não). Suporta operações ativas e passivas de
45 vários protocolos (mesmo os criptografados, como SSH e HTTPS). Também
46 é possível injeção de dados em uma conexão estabelecida e filtragem
47 (substituição ou descarte de um pacote) em tempo real mantendo a
48 conexão sincronizada. Muitos modos de sniffing foram implementadas
49 para proporcionar a você um completo conjunto de sniffing. Plugins são
50 suportados. Tem a habilidade de verificar se você está em uma rede
51 local com switches ou não. Utiliza fingerprints do Sistema Operacional
52 (ativo ou passivo) para permitir que você conheça a geometria da rede
53 local. A varredura passiva da rede local obtém informações sobre:
54 hosts na rede local, portas abertas, versão de serviços, tipo de host
55 (gateway, router ou um computador) e a distância estimada no hop.
56
57 %prep
58 %setup -q
59 #%patch0 -p1
60 %patch1
61 #%patch2 -p1
62 %patch3 -p1
63
64 %build
65 %{__aclocal}
66 %{__autoconf}
67 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
68 %configure \
69         --%{!?debug:dis}%{?debug:en}able-debug \
70         --enable-ncurses
71 %{__make}
72 %{__make} plug-ins
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install DESTDIR=$RPM_BUILD_ROOT
78 %{__make} plug-ins_install DESTDIR=$RPM_BUILD_ROOT
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files
84 %defattr(644,root,root,755)
85 %doc README README.PLUGINS HISTORY CHANGELOG AUTHORS TODO
86 %doc THANKS KNOWN-BUGS PORTINGS 
87 %doc plugins/{H03_hydra1/HYDRA.HOWTO,H01_zaratan/ZARATAN.HOWTO,H09_roper/ROPER.HOWTO}
88 %attr(755,root,root) %{_sbindir}/*
89 %{_libdir}/ettercap
90 %{_datadir}/ettercap
91 %{_mandir}/man8/*
This page took 0.048406 seconds and 3 git commands to generate.