Resources

People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!

Introducing RPC Investigator- 1070

Aaron LeMasters - Trail of BitsPosted 3 Years Ago
  • Microsoft Remote Procedure Call (MSRPC) is a prevalent communication mechanism that provides an extensible framework for defining server/client interfaces. The author wrote a tool called RpcInvestigator for advanced discovery and analysis of RPC endpoints.
  • The tool can automatically generate client code, sniff interactions for RPC and enumerate services. A pretty neat tool for Windows service auditing!