This file is indexed.

/usr/share/doc/netwox-doc/tools/72.html is in netwox-doc 5.36.0-1.2.

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
<HTML>
 <HEAD>
 <TITLE>Tool 72: Scan ARP (EthIp spoof)</TITLE>
 </HEAD>
 <BODY BGCOLOR="#FFFFFF">
  <CENTER>   <H3>Tool 72: Scan ARP (EthIp spoof)</H3>
  </CENTER>

  <P><H3>Description:</H3>
   <PRE>
  This tool checks if several hosts are up.
  This tool sends an ARP request. If host is up, it will send back an
  ARP Reply.
  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>Synonyms:</H3>
  &nbsp;&nbsp;nmap<BR>

  <P><H3>Usage:</H3>
  &nbsp;&nbsp;netwox 72 -i ips [-d device] [-E eth] [-I ip] [-m uint32] [-M uint32] [-u|+u]<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|--ips ips</TD>
<TD>list/range of IP addresses</TD>
<TD>1.2.3.4,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>-I|--src-ip ip</TD>
<TD>source IP address</TD>
<TD>1.2.3.4</TD></TR>
<TR><TD><TT>-m|--min-ms uint32</TD>
<TD>min millisecond delay between packets</TD>
<TD>0</TD></TR>
<TR><TD><TT>-M|--max-ms uint32</TD>
<TD>max millisecond wait for answers</TD>
<TD>5000</TD></TR>
<TR><TD><TT>-u|--disp-useful|+u|--no-disp-useful</TD>
<TD>only display useful info</TD>
<TD>&nbsp; </TD></TR>
</TABLE>

  <P><H3>Examples:</H3>
  &nbsp;&nbsp;netwox 72 -i "1.2.3.4,5.6.7.8"<BR>
<BR>
  &nbsp;&nbsp;netwox 72 --ips "1.2.3.4,5.6.7.8"<BR>
<BR>
 </BODY>
 </HTML>