]> git.pld-linux.org Git - packages/anti_sniff.git/blob - anti_sniff.spec
cdd714f055bf8b6cb78255ec99a35b4c704135ef
[packages/anti_sniff.git] / anti_sniff.spec
1 Summary:        AntiSniff is a new class of proactive security monitoring tool
2 Summary(pl):    AntiSniff jest narzêdziem do szukania pods³uchuj±cych komputerów
3 Name:           anti_sniff
4 Version:        1.1.2
5 Release:        2
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://www.securitysoftwaretech.com/antisniff/dist/%{name}_researchv1-1-2.tar.gz
9 URL:            http://www.securitysoftwaretech.com/antisniff
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 The Anti-Sniffer runs on a local ethernet segment and reports whether
14 machines are in promiscuous mode or not. It does this through a
15 variety of tests designed to tickle certain drivers, operating
16 systems, and hardware filtering.
17
18 %description -l pl
19 Antysniffer dzia³a w lokalnym segmencie ethernetowym i sprawdza, czy
20 jaka¶ maszyna ma kartê sieciow± w trybie promiscuous. Sprawdzanie
21 polega na przeprowadzeniu ró¿norodnych testów napisanych dla ró¿nych
22 driverów, systemów operacyjnych i filtrów sprzêtowych.
23
24 %prep
25 %setup -q -n %{name}
26
27 %build
28
29 %{__make} linux-all CFLAGS="%{rpmcflags} " CC="%{__cc}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 install  anti_sniffer $RPM_BUILD_ROOT%{_bindir}
36 install  arptest $RPM_BUILD_ROOT%{_bindir}
37 install  echotest $RPM_BUILD_ROOT%{_bindir}
38 install  etherpingtest $RPM_BUILD_ROOT%{_bindir}
39 install  icmptimetest $RPM_BUILD_ROOT%{_bindir}
40 install  watchdnstest $RPM_BUILD_ROOT%{_bindir}
41
42 gzip -9nf ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LICENSE LINUX_NOTES  NOTES README  TODO
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/anti_sniffer
50 %attr(755,root,root) %{_bindir}/arptest
51 %attr(755,root,root) %{_bindir}/echotest
52 %attr(755,root,root) %{_bindir}/etherpingtest
53 %attr(755,root,root) %{_bindir}/icmptimetest
54 %attr(755,root,root) %{_bindir}/watchdnstest
55 %doc *.gz
This page took 0.030795 seconds and 3 git commands to generate.