-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
59 lines (41 loc) · 1.85 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
-----------------------------------------------------------------------
Sniffdet - Remote Sniffer Detection Tool/Library
http://sniffdet.sourceforge.net
Copyright (c) 2002-2003
Ademar de Souza Reis Jr. <[email protected]>
Milton Soares Filho <[email protected]>
This program is licensed under the GNU/GPL version 2.
See file COPYING for details.
-----------------------------------------------------------------------
Sniffdet is an OpenSource implementation of a set of tests
for remote sniffers detection on IPv4 network environments.
It is useful for remote sniffer detection or to just discover
machines which are running in promiscuous mode.
BUILDING
----------------------------------------------------------------------
(If you've downloaded it from git/svn, run "autoreconf -ifs" to generate
build files before running the commands below)
./configure
make
Requirements
- Standard compilation tools (gcc, make, libtool, etc)
- libnet 1.0 - http://www.packetfactory.net/projects/libnet/
Please note that libnet 1.1 is not compatible with libnet 1.0
and so it won't work.
- libpcap - http://www.tcpdump.org/
Note for FreeBSD users:
- This program is not well tested on *BSD systems. In order to
compile it, you may need some libraries (like GNUgetopt for
getopt_long()) not available on BSD by default.
- Patches and bug reports with portability issues are really
welcome. :-)
INSTALLING
----------------------------------------------------------------------
make install (as root)
There are RPMS and SRPMS available at our website
DOWNLOAD
----------------------------------------------------------------------
Releases, patches and more documentation at our website:
http://sniffdet.sf.net
# EOF
# vim:et tw=74: