The latest kali rpcclient

description:

  A tool to perform client-side MS-RPC functions.
  This tool is part of the samba(7) suite.
  rpcclient is a utility program originally used to test the MS-RPC function in Samba itself. It has gone through several stages of development and stability. Many system administrators have now written scripts around it to manage Windows NT clients from their UNIX workstations.

Options:

BINDING-STRING|HOST
	连接到dcerpc服务时,需要指定绑定字符串。
	格式是:
	TRANSPORT:host[options]
	其中,对于SMB,TRANSPORT是ncacn_np(命名管道),对于基于TCP / IP的DCERPC,TRANSPORT是ncacn_ip_tcp。
	“主机”是IP或主机名或netbios名称。 如果绑定字符串标识端点的服务器端,则“主机”可以是空字符串。 请参阅下面的更多细节。
	如果使用ncacn_np传输,则“选项”可以包含SMB管道名称,如果使用ncacn_ip_tcp传输,则“选项”可以包含TCP端口号,否则它们将自动确定。
	例子:
		•   ncacn_ip_tcp:samba.example.com[1024]
        •   ncacn_ip_tcp:samba.example.com[sign,seal,krb5]
        •   ncacn_ip_tcp:samba.example.com[sign,spnego]
        •   ncacn_np:samba.example.com
        •   ncacn_np:samba.example.com[samr]
        •   ncacn_np:samba.example.com[samr,sign,print]
        •   ncalrpc:/path/to/unix/socket
       

Guess you like

Origin blog.csdn.net/qq_40399982/article/details/113047793