Displaying 1 result from an estimated 1 matches for "smbrpc".
Did you mean:
smbpc
2017 Dec 20
1
MS-RPC, LSARPC and Named Pipes end points
...on points and the differences
between LSARPC, RPC over SMB, and MS-RPC/DCE-RPC:
* is MS-RPC the default standard for RPC transport (port 135 + dynamic
range)
* is RPC over SMB / named pipes considered legacy (port 445 and 139 if
netbios enabled)
* is there some application that choose LSARPC, SMBRPC or MS-RPC by default
* is it interchangeable, that is to say, are all MS-RPC endpoint also
callable through SMBRPC / named pipes and the other way around?
* is it possible to have fallback on SMBRPC (named pipes) if MS-RPC is
not available
Documentation on Microsoft RPC is not the easiest to n...