diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:25:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:25:02 +0000 |
commit | f9237f9c097caca8f48865a472ddd920bb113a58 (patch) | |
tree | 203f63b0dcec85fefb363fe8fa6d0cf7026e5d3a /security/firewalk/pkg-descr | |
parent | 408f755520560fa225f95fffd7aeae051d505a8f (diff) |
Notes
Diffstat (limited to 'security/firewalk/pkg-descr')
-rw-r--r-- | security/firewalk/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/firewalk/pkg-descr b/security/firewalk/pkg-descr new file mode 100644 index 000000000000..0a905254e7e6 --- /dev/null +++ b/security/firewalk/pkg-descr @@ -0,0 +1,11 @@ +Firewalk is a network auditing tool that attempts to +determine what transport protocols a given gateway will +pass. Firewalk works by sending out TCP or UDP packets +with a TTL one greater then the targeted gateway. If the +gateway allows the traffic, it will forward the packets to +the next hop where they will expire and elicit an +ICMP_TIME_EXCEEDED message. If the gateway host does not +allow the traffic, it will likely drop the packets on the +floor and we will see no response. + +WWW: http://www.packetfactory.net/firewalk/ |