/usr/share/doc/netwox-doc/tools/205.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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | <HTML>
<HEAD>
<TITLE>Tool 205: SMB/CIFS client: get a file</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER> <H3>Tool 205: SMB/CIFS client: get a file</H3>
</CENTER>
<P><H3>Description:</H3>
<PRE>
This tool is a simple SMB/CIFS client getting a file.
Parameter --dst-ip is the address of remote host/server.
Parameter --dst-port is the port number where to connect.
Optional parameter --src-ip defines the local IP address to use.
Optional parameter --src-port defines the local port number to use.
Optional parameter --ip4opts permits to add IP4 options encoded as
mixed.
Optional parameter --ip6exts permits to add IP6 options encoded as
mixed (first byte is the next header number).
Optional parameters --device, --src-eth and --dst-eth permits to
create a virtual client using fake addresses (in this case, tool have
to be run with admin privilege in order to sniff and spoof at
Ethernet level).
Parameter --share indicates the share name.
Parameter --user indicates the optional username.
Parameter --password indicates the optional password.
Parameter --authversion defines the authentication protocol to use
(0=Lanman, 1=NTLMv1, 2=NTLMv2, unset=guess(try NTLMv2, then NTLMv1,
and finally Lanman)).
Parameter --netbiosname defines the NetBIOS name of server. It is
generally the same as its DNS name. Most of the time, it is not
needed.
Parameter --verbose displays activity (set it if a problem occurs).
Parameter --debug displays packets to screen.
Example, to connect on //server/myshare/, use:
--dst-ip myserver --share myshare --netbiosname myserver --user bob
--password hello
</PRE>
<P><H3>Synonyms:</H3>
smbclient<BR>
<P><H3>Usage:</H3>
netwox 205 -i ip -s smbshare [-u login] [-w password] [-N netbiosname] -F file -f file [-d device] [-E eth] [-e eth] [-I ip] [-P port] [-p port] [-o ip4opts] [-O ip6exts] [-v uint32] [-T uint32] [-V|+V] [-D|+D]<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>-s|--share smbshare</TD>
<TD>share name</TD>
<TD>C$</TD></TR>
<TR><TD><TT>-u|--user login</TD>
<TD>username</TD>
<TD> </TD></TR>
<TR><TD><TT>-w|--password password</TD>
<TD>password</TD>
<TD> </TD></TR>
<TR><TD><TT>-N|--netbiosname netbiosname</TD>
<TD>server NetBIOS NAME</TD>
<TD> </TD></TR>
<TR><TD><TT>-F|--remotefilename file</TD>
<TD>remote file name</TD>
<TD>file.txt</TD></TR>
<TR><TD><TT>-f|--localfilename file</TD>
<TD>local file name</TD>
<TD>dstfile.txt</TD></TR>
<TR><TD><TT>-d|--device device</TD>
<TD>device name</TD>
<TD>Eth0</TD></TR>
<TR><TD><TT>-E|--src-eth eth</TD>
<TD>source ethernet address</TD>
<TD>0:2:3:4:5:6</TD></TR>
<TR><TD><TT>-e|--dst-eth eth</TD>
<TD>destination ethernet address</TD>
<TD>0:8:9:a:b:c</TD></TR>
<TR><TD><TT>-I|--src-ip ip</TD>
<TD>source IP address</TD>
<TD>192.168.100.200</TD></TR>
<TR><TD><TT>-P|--src-port port</TD>
<TD>source port number</TD>
<TD>0</TD></TR>
<TR><TD><TT>-p|--dst-port port</TD>
<TD>destination port number</TD>
<TD>139</TD></TR>
<TR><TD><TT>-o|--ip4opts ip4opts</TD>
<TD>IPv4 options</TD>
<TD> </TD></TR>
<TR><TD><TT>-O|--ip6exts ip6exts</TD>
<TD>IPv6 extensions</TD>
<TD> </TD></TR>
<TR><TD><TT>-v|--authversion uint32</TD>
<TD>0=Lanman, 1=NTLMv1, 2=NTLMv2, unset=best</TD>
<TD>2</TD></TR>
<TR><TD><TT>-T|--timeout uint32</TD>
<TD>timeout in milliseconds</TD>
<TD>60000</TD></TR>
<TR><TD><TT>-V|--verbose|+V|--no-verbose</TD>
<TD>display SMB trace</TD>
<TD> </TD></TR>
<TR><TD><TT>-D|--debug|+D|--no-debug</TD>
<TD>display SMB packets</TD>
<TD> </TD></TR>
</TABLE>
<P><H3>Examples:</H3>
netwox 205 -i "5.6.7.8" -s "C$" -F "file.txt" -f "dstfile.txt"<BR>
<BR>
netwox 205 --dst-ip "5.6.7.8" --share "C$" --remotefilename "file.txt" --localfilename "dstfile.txt"<BR>
<BR>
</BODY>
</HTML>
|