freebsd-ports/net-mgmt/p0f/pkg-descr
Emanuel Haupt d66c5a4cb1 - Update to 2.0.5
- Update WWW
- Respect CC (self)
- Remove files/patch-FreeBSD (self)
- Use REINPLACE_CMD instead of SED (self)

PR:		93355
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-02-15 10:23:16 +00:00

23 lines
928 B
Text

from the README:
Passive OS fingerprinting is based on information coming from a remote host
when it establishes a connection to our system. Captured packets contain
enough information to identify the operating system. In contrast to active
scanners such as nmap and QueSO, p0f does not send anything to the host being
identified.
For more information, read Spitzner's text at:
http://www.enteract.com/~lspitz/finger.html .
from the maintainer:
Use of this program requires read access to the packet filtering
device, typically /dev/bpf0. Granting such access allows the users
who have it to put your Ethernet device into promiscuous mode and
sniff your network. See
http://www.infoworld.com/articles/op/xml/00/05/29/000529opswatch.xml
if you do not understand how this can be harmful. Running p0f with
no options will cause it to analyse packets intended for other
hosts.
WWW: http://lcamtuf.coredump.cx/p0f.shtml