OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / ferret / readme.txt
1 Copyright (c) 2007 by Errata Security\r
2 \r
3 FERRET - a broadcast analysis tool\r
4 \r
5 This tool is designed to demonstrate the problem of "data seapage".\r
6 The average machine broadcasts a lot of information about itself\r
7 on open networks. This tool captures and organizes this information.\r
8 \r
9 This code is extremely low quality, hacked together in order to\r
10 demonstrate the problem at the BlackHat Federal 2007 conference.\r
11 Higher quality code should be available around May 2007 on our\r
12 website at http://www.erratasec.com.\r
13 \r
14 To build this for Windows, you need the WinPcap developer kit.\r
15 This code should compile on other platforms, such as Linux, Solaris,\r
16 MacOS, and other platforms with libpcap.\r
17 \r
18 To run it live:\r
19  ferret -i1\r
20 where '1' is interface #1.\r
21 \r
22 To run from capture files:\r
23  ferret foo.pcap bar.pcap\r
24 \r
25 \r
26 Author: Robert Graham <robert_david_graham@yahoo.com>\r
27 \r