Package: lft Version: 3.91 Revision: 1 Description: Layer Four Traceroute License: Restrictive/Distributable Maintainer: Steve Huff #Source: http://www.vecna.org/fink/%n-%v.tar.gz Source: mirror:debian:pool/main/l/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(aad13e671adcfc471ab99417161964882d147893a54664f3f465ec5c8398e6af) SourceDirectory: %n-%v PatchFile: lft.patch PatchFile-MD5: 2764b147fdd4ca9d3f40c03bddeffe36 DocFiles: CHANGELOG COPYING README TODO BuildDepends: libpcap1 Depends: libpcap1-shlibs Provides: whob PostInstScript: << chown root %p/bin/lft chmod u+s %p/bin/lft << DescDetail: << LFT, short for Layer Four Traceroute, is a sort of 'traceroute' that often works much faster (than the commonly-used Van Jacobson method) and goes through many configurations of packet-filters (firewalls). More importantly, LFT implements numerous other features including AS number lookups through several reliable sources, loose source routing, netblock name lookups, et al. What makes LFT unique? LFT is the all-in-one traceroute tool because it can launch a variety of different probes using ICMP, UDP, and TCP protocols, or the RFC1393 trace method. For example, rather than only launching UDP probes in an attempt to elicit ICMP "TTL exceeded" from hosts in the path, LFT can send TCP SYN or FIN probes to target arbitrary services. Then, LFT listens for "TTL exceeded" messages, TCP RST (reset), and various other interesting heuristics from firewalls or other gateways in the path. LFT also distinguishes between TCP-based protocols (source and destination), which make its statistics slightly more realistic, and gives a savvy user the ability to trace protocol routes, not just layer-3 (IP) hops. With LFT's verbose output, much can be discovered about a target network. << DescPackaging: << This package also contains the "whob" whois client. v3.33 note: Since the upstream developers make the source available only via a HTTP POST request, I have mirrored the source elsewhere. v3.91 note: Use Debian's tarball. << Homepage: http://pwhois.org/lft/