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 434 public repositories matching this topic...
A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods.
-
Updated
Dec 17, 2024 - Python
Event driven concurrent framework for Python
-
Updated
Dec 27, 2019 - 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 27, 2024 - Python
Core packages of the COMPAS framework.
-
Updated
Jan 16, 2025 - 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
⚡ FASTAPI Websocket RPC- A fast and durable bidirectional JSON RPC channel over Websockets.
-
Updated
Jan 13, 2025 - Python