]> git.pld-linux.org Git - packages/anti_sniff.git/blob - anti_sniff.spec
cae6dfc9e04798a62f9cf8bd5740a6a9de99d0ed
[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 komputerów z promiscuous mode na sieciówce
3 Name:           anti_sniff
4 Version:        1.1.2
5 Release:        1
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 variety
15 of tests designed to tickle certain drivers, operating systems, and
16 hardware filtering.
17
18
19 %description -l pl
20 Antysniffer dzia³a na lokalnym segmencie ethernetowym i sprawdza, 
21 czy jaka¶ maszyna przechodzi w tryb promiscuous. 
22 Sprawdzanie polega na przeprowadzeniu ró¿norodnych testów 
23 napisanych dla ró¿nych driverów, systemów operacyjnych i filtrów sprzêtowych.
24
25
26 %prep
27 %setup -q -n %{name}
28
29 %build
30
31 %{__make} linux-all CFLAGS="%{rpmcflags} " CC="%{__cc}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install  anti_sniffer $RPM_BUILD_ROOT%{_bindir}
38 install  arptest $RPM_BUILD_ROOT%{_bindir}
39 install  echotest $RPM_BUILD_ROOT%{_bindir}
40 install  etherpingtest $RPM_BUILD_ROOT%{_bindir}
41 install  icmptimetest $RPM_BUILD_ROOT%{_bindir}
42 install  watchdnstest $RPM_BUILD_ROOT%{_bindir}
43
44 gzip -9nf ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LICENSE LINUX_NOTES  NOTES README  TODO
45
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %attr(755,root,root) %{_bindir}/anti_sniffer
53 %attr(755,root,root) %{_bindir}/arptest
54 %attr(755,root,root) %{_bindir}/echotest
55 %attr(755,root,root) %{_bindir}/etherpingtest
56 %attr(755,root,root) %{_bindir}/icmptimetest
57 %attr(755,root,root) %{_bindir}/watchdnstest
58 %doc *.gz
This page took 0.02503 seconds and 3 git commands to generate.