.NET Post Exploitation

Tools

  • Ghostack [Seatbelt]

  • Inveigh

Theory

.NET Assembly

Assemblies form the fundamental units of deployment, version control, reuse, activation scoping, and security permissions for .NET- based applications.

#Compiling an Assembly
dotnet build .
dotnet run hello.cs

P/Invoke

Last updated