This file is indexed.

/usr/share/doc/netwox-doc/tools/64.html is in netwox-doc 5.39.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<HTML>
 <HEAD>
 <TITLE>Tool 64: Traceroute on a specified IP protocol (EthIp spoof)</TITLE>
 </HEAD>
 <BODY BGCOLOR="#FFFFFF">
  <CENTER>   <H3>Tool 64: Traceroute on a specified IP protocol (EthIp spoof)</H3>
  </CENTER>

  <P><H3>Description:</H3>
   <PRE>
  This tool lists routers on the path to a computer.
  How traceroute works: IP header contains a field named TTL indicating
  the number of hops a packet can cross. Each router decreases TTL. When
  it reaches 0, the router sends an ICMP Time Exceeded error back to the
  IP source address. Traceroute works by slowly increasing TTL. So, we
  obtain the list of successive routers because each one sends an ICMP
  Time Exceeded.
  This tool sends an IP only packet. There is no way to detect end (it
  depends on protocol), so user has to interrupt tool at end.
  This tool also permits to use fake Ethernet and IP addresses.
  
  This tool may need to be run with admin privilege in order to sniff
  and spoof.
   </PRE>

  <P><H3>Usage:</H3>
  &nbsp;&nbsp;netwox 64 -i ip [-d device] [-E eth] [-e eth] [-I ip] [-p uint32] [-D mixed_data] [-T uint32] [-t uint32] [-m uint32] [-r|+r]<BR>

  <P><H3>Parameters:</H3>
<TABLE BORDER=1 CELLPADDING=4>
 <TR>
  <TD ALIGN=middle><I>parameter</I></TD>
  <TD ALIGN=middle><I>description</I></TD>
  <TD ALIGN=middle><I>example</I></TD>
 </TR>
 <TR><TD><TT>-i|--dst-ip ip</TD>
<TD>destination IP address</TD>
<TD>5.6.7.8</TD></TR>
<TR><TD><TT>-d|--device device</TD>
<TD>spoof device</TD>
<TD>Eth0</TD></TR>
<TR><TD><TT>-E|--src-eth eth</TD>
<TD>source ethernet address</TD>
<TD>0:a:a:a:a:a</TD></TR>
<TR><TD><TT>-e|--dst-eth eth</TD>
<TD>destination ethernet address</TD>
<TD>0:b:b:b:b:b</TD></TR>
<TR><TD><TT>-I|--src-ip ip</TD>
<TD>source IP address</TD>
<TD>1.2.3.4</TD></TR>
<TR><TD><TT>-p|--protocol uint32</TD>
<TD>ip protocol</TD>
<TD>1</TD></TR>
<TR><TD><TT>-D|--ip4-data mixed_data</TD>
<TD>mixed data</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-T|--min-ttl uint32</TD>
<TD>min ttl</TD>
<TD>1</TD></TR>
<TR><TD><TT>-t|--max-ttl uint32</TD>
<TD>max ttl</TD>
<TD>30</TD></TR>
<TR><TD><TT>-m|--max-ms uint32</TD>
<TD>max millisecond wait</TD>
<TD>1000</TD></TR>
<TR><TD><TT>-r|--resolve|+r|--no-resolve</TD>
<TD>resolve hostname</TD>
<TD>&nbsp; </TD></TR>
</TABLE>

  <P><H3>Examples:</H3>
  &nbsp;&nbsp;netwox 64 -i "5.6.7.8"<BR>
<BR>
  &nbsp;&nbsp;netwox 64 --dst-ip "5.6.7.8"<BR>
<BR>
 </BODY>
 </HTML>