SharpSploit
SharpSploit copied to clipboard
Added configPersist
Added a modified version of ConfigPersist. What this does:
- Create a keyfile
- Invoke C# compiler to compile assembly with C# payload of user's choice Compilation also signs the assembly with keyfile
- Install assembly onto Global Assembly Cache (GAC)
- Modify machine.config's runtime appDomainType and appDomainManagerAssembly elements to point to our assembly installed onto the GAC.
TODO
- [X] Add testing