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