KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
dcerpc
★ 24
Open GitHub ↗
DCE / RPC Implementation in Go
Download README (.md)
Explore Similar Repositories
DceRPC-OS-Info
:
golang实现通过dcerpc和ntlmssp获取Windows远程主机信息
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dcerpc
?
Download (.md)
# dcerpc [](https://godoc.org/github.com/gentlemanautomaton/dcerpc) A DCE / RPC Implementation in Golang. The `dcerpc` project aims to provide a native Go language implementation of the Distributed Computing Environment RPC specification as published by the Open Group in technical publication "[[C706] DCE 1.1: Remote Procedure Call](http://pubs.opengroup.org/onlinepubs/9629399/)". It also aims to support the modifications published in "[[MS-RPCE] Remote Procedure Call Protocol Extensions](https://msdn.microsoft.com/library/cc243560)" that are used in various protocols such as [[MS-DCOM]](https://msdn.microsoft.com/library/cc226801). This project is not a port of any existing implementation; it is an original work of the Gentleman Automaton collaborative. It is published under the MIT license.