diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-05-15 13:39:13 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-05-15 13:39:13 +0000 |
commit | 306ade8d75bfa2769d5e1dd3e5b25ebc416ba81c (patch) | |
tree | 30fa4b57914d7dc70fe5f9be3585d482a3e9825c /net/ttlscan/pkg-descr | |
parent | 09bbd91bf7c187a33703620c55c76ae932689c94 (diff) |
Notes
Diffstat (limited to 'net/ttlscan/pkg-descr')
-rw-r--r-- | net/ttlscan/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ttlscan/pkg-descr b/net/ttlscan/pkg-descr new file mode 100644 index 000000000000..c471143177bb --- /dev/null +++ b/net/ttlscan/pkg-descr @@ -0,0 +1,12 @@ +ttlscan is a libnet/libpcap based program that sends a TCP SYN packet to +each port of the host given via the command line. The answer is sniffed +of the wire. I use it to detect hosts that fake services by forwarding +packets to another host (behind a firewall). By reading header files +like the TTL, window size and IPID you might be able to see the OS +running on the host behind the firewall. + +WWW: http://www.raisdorf.net/projects/ttlscan +AUTHOR: Hendrik Scholz <hendrik@scholz.net> + + - Michael L. Hostbaek + mich@freebsdcluster.org |