blob: 2f0e175d3b7ec4484c3d574cf68a24810adc741f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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.
Author: Hendrik Scholz <hendrik@scholz.net>
WWW: http://www.raisdorf.net/projects/ttlscan
|