Remote Procedure Call (RPC)
Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.
Here are 432 public repositories matching this topic...
Event driven concurrent framework for Python
-
Updated
Dec 27, 2019 - Python
A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods.
-
Updated
Oct 15, 2024 - Python
Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
-
Updated
Dec 9, 2018 - Python
Erlang node implemented in Python 3.5+ (Asyncio-based)
-
Updated
May 20, 2024 - Python
A collection of Windows print spooler exploits containerized with other utilities for practical exploitation.
-
Updated
Jul 16, 2021 - Python
A list of methods to coerce a windows machine to authenticate to an attacker-controlled machine through a Remote Procedure Call (RPC) with various protocols.
-
Updated
Mar 16, 2024 - Python
Connect your Nintendo Switch playing status to Discord!
-
Updated
Dec 1, 2024 - Python
Core packages of the COMPAS framework.
-
Updated
Dec 2, 2024 - Python
A blockchain implementation in Python
-
Updated
Oct 11, 2021 - Python
A distributed, structured concurrent runtime for Python (and friends)
-
Updated
Jan 12, 2024 - Python
Native, async Python gRPC client and server implementation supporting asyncio, uvloop, and trio
-
Updated
Apr 7, 2024 - Python