]> git.pld-linux.org Git - packages/ettercap6.git/blob - ettercap6.spec
1bbc777f45e39d62b860d23ac4aac020d40081f4
[packages/ettercap6.git] / ettercap6.spec
1 Summary:        ettercap - a ncurses-based sniffer/interceptor utility
2 Summary(pl):    ettercap - oparte o ncurses narzêdzie do sniffowania/przechwytywania
3 Summary(pt_BR): ettercap e um interceptador/sniffer paseado em ncurses
4 Name:           ettercap
5 Version:        0.6.b
6 Release:        2
7 Epoch:          1
8 License:        GPL
9 Group:          Networking/Utilities
10 Source0:        http://dl.sourceforge.net/ettercap/%{name}-%{version}.tar.gz
11 # Source0-md5:  f665cf82347a91f216184537f8f2c4bd
12 Patch0:         %{name}-dont_require_root.patch
13 Patch1:         %{name}-ncurses.patch
14 Patch2:         %{name}-plugin_dir.patch
15 Patch3:         %{name}-kernel_version.patch
16 URL:            http://ettercap.sourceforge.net/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  ncurses-devel
20 BuildRequires:  openssl-devel >= 0.9.7c
21 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 ettercap is a network sniffer/interceptor/logger for ethernet LANs
25 (both switched or not). It supports active and passive dissection of
26 many protocols (even ciphered ones, like SSH and HTTPS). Data
27 injection in an established connection and filtering (substitute or
28 drop a packet) on the fly is also possible, keeping the connection
29 synchronized. Many sniffing modes were implemented to give you a
30 powerful and complete sniffing suite. Plugins are supported. It has
31 the ability to check whether you are in a switched LAN or not, and to
32 use OS fingerprints (active or passive) to let you know the geometry
33 of the LAN. The passive scan of the LAN retrieves infos about: hosts
34 in the lan, open ports, services version, type of the host (gateway,
35 router or simple host) and extimated distance in hop.
36
37 %description -l pl
38 ettercap jest wieloczynno¶ciowym snifferem/przechwytywaczem/loggerem
39 dla sieci LAN (opartych na switchach lub hubach). Obs³uguje aktywn± i
40 pasywn± analizê wielu protoko³ów (nawet szyfrowanych, jak SSH czy
41 HTTPS). Mo¿liwe jest tak¿e wstrzykiwanie lub filtrowanie danych
42 (podmiana lub usuniêcie pakietu) w locie, przy podtrzymaniu
43 synchronizacji po³±czenia. Program ma zaimplementowane wiele trybów
44 sniffowania, aby daæ potê¿ne i kompletne narzêdzie. Obs³ugiwane s±
45 wtyczki. Program ma mo¿liwo¶æ sprawdzania, czy pracuje w sieci ze
46 switchami oraz u¿ywania odcisków systemów (aktywnego lub pasywnego)
47 do poznania geometrii sieci. Pasywne skanowanie sieci uzyskuje
48 informacje o: hostach w sieci, otwartych portach, wersjach us³ug,
49 rodzajach hostów (bramki, routery lub zwyk³e komputery) oraz
50 przybli¿onych odleg³o¶ciach (w hopach).
51
52 %description -l pt_BR
53 ettercap é um sniffer/interceptor/logger de rede para redes locais
54 (com uso de switches ou não). Suporta operações ativas e passivas de
55 vários protocolos (mesmo os criptografados, como SSH e HTTPS). Também
56 é possível injeção de dados em uma conexão estabelecida e filtragem
57 (substituição ou descarte de um pacote) em tempo real mantendo a
58 conexão sincronizada. Muitos modos de sniffing foram implementadas
59 para proporcionar a você um completo conjunto de sniffing. Plugins são
60 suportados. Tem a habilidade de verificar se você está em uma rede
61 local com switches ou não. Utiliza fingerprints do Sistema Operacional
62 (ativo ou passivo) para permitir que você conheça a geometria da rede
63 local. A varredura passiva da rede local obtém informações sobre:
64 hosts na rede local, portas abertas, versão de serviços, tipo de host
65 (gateway, router ou um computador) e a distância estimada no hop.
66
67 %prep
68 %setup -q
69 #%patch0 -p1
70 %patch1
71 #%patch2 -p1
72 %patch3 -p1
73
74 %build
75 %{__aclocal}
76 %{__autoconf}
77 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
78 %configure \
79         --%{!?debug:dis}%{?debug:en}able-debug \
80         --enable-ncurses \
81         --disable-gtk
82 %{__make}
83 %{__make} plug-ins
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87
88 %{__make} install \
89         DESTDIR=$RPM_BUILD_ROOT
90 %{__make} plug-ins_install \
91         DESTDIR=$RPM_BUILD_ROOT
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %files
97 %defattr(644,root,root,755)
98 %doc README README.PLUGINS HISTORY CHANGELOG AUTHORS TODO
99 %doc THANKS KNOWN-BUGS PORTINGS
100 %doc plugins/{H03_hydra1/HYDRA.HOWTO,H01_zaratan/ZARATAN.HOWTO,H09_roper/ROPER.HOWTO}
101 %attr(755,root,root) %{_sbindir}/*
102 %{_libdir}/ettercap
103 %{_datadir}/ettercap
104 %{_mandir}/man8/*
This page took 0.025819 seconds and 2 git commands to generate.