Then -> than in pkg-descr, remove extra blank line in patch-aa.
PR: 23723 Submitted by: olgeni@uli.it
This commit is contained in:
parent
a3ed93a236
commit
c9d246eb70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36258
2 changed files with 1 additions and 2 deletions
|
@ -18,4 +18,3 @@
|
|||
+LIBS = -L$(PREFIX)/lib @FW_GTK_CONFIG@ `$(LIBNET_CONFIG) --libs` -lpcap
|
||||
OBJECTS = main.o firewalk.o watcher.o p_cap.o signal.o \
|
||||
packet.o udptcpwalk.o port_list.o util.o @FW_GTK_OBJS@
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
with a TTL one 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. If the gateway host does not
|
||||
|
|
Loading…
Reference in a new issue