Source: xprobe
Section: net
Priority: extra
Maintainer: Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               libpcap-dev (>= 0.7.1)
Standards-Version: 3.9.8
Vcs-git: https://anonscm.debian.org/git/pkg-security/xprobe.git
Vcs-browser: https://anonscm.debian.org/cgit/pkg-security/xprobe.git

Package: xprobe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: xprobe2
Description: Remote OS identification
 Xprobe2 allows you to determine what operating system is running on a
 remote host. It sends several packets to a host and analyses the
 returned answers.
 .
 Xprobe2's functionality is comparable to the OS fingerprinting feature
 in nmap (written by a different Fyodor):
  - Outputs its level of confidence about the OS on the remote host.
  - Remains usable even if intermediate systems (routers, firewalls) make
    slight modifications to the packets.
  - Can list the type of intermediate device (e.g. "Linux IP masquerading").
  - Modular architecture allows new fingerprinting tests and new OS
    signatures to be added.
