firewalk 5.0-4 source package in Ubuntu

Changelog

firewalk (5.0-4) unstable; urgency=medium

  * debian/copyright: updated packaging copyright years.
  * debian/patches/050_use-bsd-bpf.patch: added to fix FTBFS on Debian
    GNU/kFreeBSD.

 -- David da Silva Polverari <email address hidden>  Thu, 17 Mar 2022 02:25:36 +0000

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
firewalk_5.0-4.dsc 2.0 KiB c2ed6f54037f010a7c0aa68b90ad6f17e72de946e6dc85267d4cf01e099e1dd4
firewalk_5.0.orig.tar.gz 78.6 KiB b39fae47ca85753493cf714ed8099d99652d6cebb880a5ae4f682b3e9be5f6a4
firewalk_5.0-4.debian.tar.xz 5.0 KiB dd481703f388395af61818c8dc1d7ee61030c18e85986446a60cd179b70dd37a

Available diffs

No changes file available.

Binary packages built by this source

firewalk: active reconnaissance network security tool

 Firewalk is an active reconnaissance network security tool that attempts to
 determine what layer 4 protocols a given IP forwarding device will pass. It
 works by sending out TCP or UDP packets with a TTL one hop greater than 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. Otherwise, it will likely drop the packets and there will be no
 response.
 .
 To get the correct IP TTL that will result in packets expiring one hop beyond
 the gateway, Firewalk needs to ramp up hop counts. It does this in the same
 manner that traceroute works. Once the scan is `bound` (that is, Firewalk
 knows the gateway hop count), it begins the scan. The ultimate destination host
 does not have to be reached, it only needs to be somewhere downstream, on the
 other side of the gateway, from the scanning host.
 .
 Firewalk helps in assessing the security configuration of packet filtering
 devices, such as those used in firewall systems. It is relevant for network
 security assessments, like network penetration tests (pentests).

firewalk-dbgsym: debug symbols for firewalk