This file is indexed.

/usr/share/doc/netwox-doc/tools/34.html is in netwox-doc 5.39.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<HTML>
 <HEAD>
 <TITLE>Tool 34: Spoof EthernetIp4 packet</TITLE>
 </HEAD>
 <BODY BGCOLOR="#FFFFFF">
  <CENTER>   <H3>Tool 34: Spoof EthernetIp4 packet</H3>
  </CENTER>

  <P><H3>Description:</H3>
   <PRE>
  This tool sends a fake packet on the network.
  Each parameter name should be self explaining.
  
  This tool may need to be run with admin privilege in order to spoof.
   </PRE>

  <P><H3>Synonyms:</H3>
  &nbsp;&nbsp;frame, hping, mac, send<BR>

  <P><H3>Usage:</H3>
  &nbsp;&nbsp;netwox 34 [-d device] [-a eth] [-b eth] [-c uint32] [-e uint32] [-f|+f] [-g|+g] [-h|+h] [-i uint32] [-j uint32] [-k uint32] [-l ip] [-m ip] [-n ip4opts] [-o mixed_data] [-p uint32] [-q uint32] [-r uint32] [-s uint32]<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>-d|--device device</TD>
<TD>device for spoof</TD>
<TD>Eth0</TD></TR>
<TR><TD><TT>-a|--eth-src eth</TD>
<TD>Ethernet src</TD>
<TD>E0:69:95:6F:ED:9A</TD></TR>
<TR><TD><TT>-b|--eth-dst eth</TD>
<TD>Ethernet dst</TD>
<TD>0:8:9:a:b:c</TD></TR>
<TR><TD><TT>-c|--ip4-tos uint32</TD>
<TD>IP4 tos</TD>
<TD>0</TD></TR>
<TR><TD><TT>-e|--ip4-id uint32</TD>
<TD>IP4 id (rand if unset)</TD>
<TD>0</TD></TR>
<TR><TD><TT>-f|--ip4-reserved|+f|--no-ip4-reserved</TD>
<TD>IP4 reserved</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-g|--ip4-dontfrag|+g|--no-ip4-dontfrag</TD>
<TD>IP4 dontfrag</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-h|--ip4-morefrag|+h|--no-ip4-morefrag</TD>
<TD>IP4 morefrag</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-i|--ip4-offsetfrag uint32</TD>
<TD>IP4 offsetfrag</TD>
<TD>0</TD></TR>
<TR><TD><TT>-j|--ip4-ttl uint32</TD>
<TD>IP4 ttl</TD>
<TD>0</TD></TR>
<TR><TD><TT>-k|--ip4-protocol uint32</TD>
<TD>IP4 protocol</TD>
<TD>0</TD></TR>
<TR><TD><TT>-l|--ip4-src ip</TD>
<TD>IP4 src</TD>
<TD>192.168.100.200</TD></TR>
<TR><TD><TT>-m|--ip4-dst ip</TD>
<TD>IP4 dst</TD>
<TD>5.6.7.8</TD></TR>
<TR><TD><TT>-n|--ip4-opt ip4opts</TD>
<TD>IPv4 options</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-o|--ip4-data mixed_data</TD>
<TD>mixed data</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-p|--eth-type uint32</TD>
<TD>Ethernet type</TD>
<TD>2048</TD></TR>
<TR><TD><TT>-q|--ip4-ihl uint32</TD>
<TD>IP4 ihl</TD>
<TD>5</TD></TR>
<TR><TD><TT>-r|--ip4-totlen uint32</TD>
<TD>IP4 totlen</TD>
<TD>0</TD></TR>
<TR><TD><TT>-s|--ip4-checksum uint32</TD>
<TD>IP4 checksum</TD>
<TD>0 </TD></TR>
</TABLE>

  <P><H3>Example:</H3>
  &nbsp;&nbsp;netwox 34<BR>
<BR>
 </BODY>
 </HTML>