Update README.md
This commit is contained in:
parent
675ee31c82
commit
4aea94cd86
|
@ -1,5 +1,7 @@
|
||||||
# RPC Investigator
|
# RPC Investigator
|
||||||
|
|
||||||
|
Please read our [blog post announcement](https://blog.trailofbits.com/2023/01/17/rpc-investigator-microsoft-windows-remote-procedure-call/).
|
||||||
|
|
||||||
RPC Investigator (RPCI) is a .NET/C# Windows Forms UI application that provides an advanced discovery and analysis interface to Windows RPC endpoints. The tool provides a visual interface around the existing core RPC capabilities of the [NtApiDotNet](https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools/tree/main/NtApiDotNet) platform, including:
|
RPC Investigator (RPCI) is a .NET/C# Windows Forms UI application that provides an advanced discovery and analysis interface to Windows RPC endpoints. The tool provides a visual interface around the existing core RPC capabilities of the [NtApiDotNet](https://github.com/googleprojectzero/sandbox-attacksurface-analysis-tools/tree/main/NtApiDotNet) platform, including:
|
||||||
|
|
||||||
* Enumerating all active ALPC RPC servers
|
* Enumerating all active ALPC RPC servers
|
||||||
|
@ -116,4 +118,4 @@ Because Windows RPC has been a popular research topic for well over a decade, th
|
||||||
* https://github.com/cyberark/RPCMon
|
* https://github.com/cyberark/RPCMon
|
||||||
* https://github.com/tyranid/WindowsRpcClients
|
* https://github.com/tyranid/WindowsRpcClients
|
||||||
|
|
||||||
If you're unfamiliar with RPC internals or need a technical refresher, we would recommend one of the authoritative sources on the topic - Alex Ionescu's 2014 SyScan talk in Singapore, [All about the RPC, LRPC, ALPC, and LPC in your PC](https://www.youtube.com/watch?v=UNpL5csYC1E).
|
If you're unfamiliar with RPC internals or need a technical refresher, we would recommend one of the authoritative sources on the topic - Alex Ionescu's 2014 SyScan talk in Singapore, [All about the RPC, LRPC, ALPC, and LPC in your PC](https://www.youtube.com/watch?v=UNpL5csYC1E).
|
||||||
|
|
Loading…
Reference in New Issue