OffensiveCSharp
OffensiveCSharp copied to clipboard
Collection of Offensive C# Tooling
CFF explorer shows no imports so HijackHunter appears to fail.
fixes
Fixed infinite loop, fixed logic error, fixed dir ACL issue, made program work good.
When a user deletes the mock directory `C:\Windows \System32\`, Windows will attempt to delete the real System32. Need to implement a cleanup function to do this as an argument. This...
I believe this is possible through the registry, but this would be valuable to potentially match discovered PPK files and where they might go.
The registry key it checks for is only present on Windows 10, so since it doesn't exist in Win7, it will error out and not run.
- Changed from Trim to custom TrimEnd function in order to make program compatible with versions of .NET < 4.6 - Added ability to list method information using reflection. This...
See below: ``` PS > .\InspectAssembly.exe path=".\server.exe" Assembly Name: C:\foo\server.exe WCFServer Gadgets: CommunicationObject::Open() is called in the following methods: Service.OnStart Serialization Gadgets: CommunicationObject::Open() is called in the following methods: PS...