Ph
ph4nt0m
Sign In

공격적인 윈도우 IPC 내부 2: RPC

카테고리
Empty

Summary

이 글에서는 윈도우의 원격 프로시저 호출(RPC) 메커니즘에 대한 심층 분석을 제공합니다. RPC는 프로세스 간 통신을 가능하게 하며, 공격자들이 이를 어떻게 악용할 수 있는지를 탐구합니다. 이 문서는 윈도우 IPC의 내부 구조와 보안 취약점에 대한 통찰을 제공합니다.
•
Link - https://csandker.io/2021/02/21/Offensive-Windows-IPC-2-RPC.html
Offensive Windows IPC Internals 2: RPC
Remote Procedure Calls (RPC) is a technology to enable data communication between a client and a server across process and machine boundaries (network communication). Therefore RPC is an Inter Process Communication (IPC) technology...
csandker.io

Content

Offensive Windows IPC Internals 2: RPC - https://csandker.io/2021/02/21/Offensive-Windows-IPC-2-RPC.html
Offensive Windows IPC Internals 2: RPC
Remote Procedure Calls (RPC) is a technology to enable data communication between a client and a server across process and machine boundaries (network communication). Therefore RPC is an Inter Process Communication (IPC) technology...
csandker.io
Open channel
Made with Slashpage