search for: cli_full_connection_creds

Displaying 2 results from an estimated 2 matches for "cli_full_connection_creds".

2024 Nov 04
1
Windows permissions
...inexe -d 2 -U winuser%password //address "systeminfo" > returns the error, winexe_svc_install: dcerpc_svcctl_CreateServiceW failed: WERR_ACCESS_DENIED main: winexe_svc_install failed: NT_STATUS_ACCESS_DENIED However, for the third box, the same command returns the error, main: cli_full_connection_creds failed: NT_STATUS_IO_TIMEOUT ("address" is, of course, different for each of the commands.) I have no trouble running the systeminfo command in a cmd shell on the three boxes when connected with RDP. I'm using systeminfo here as a simple command just to prove that I can get something...
2020 Oct 10
2
Lookup sid with libsmbclient (invoked from c# on mono)
...a API with well known lib ? > > I think that > > rpccli_lsa_lookup_sids is the final call. > Is this the case ? > What the first call to do ? > smbc_init ? (no return value to send to RPC in smbc_open ?) > cli_full_connection ? (this export has no source code related ?) > cli_full_connection_creds (no export ?) > > Are there any things I missed ? > > Thanks in advance for your help > > best regards, > Vincent LE TOUX > -- --- Vincent