OffensiveCSharp icon indicating copy to clipboard operation
OffensiveCSharp copied to clipboard

Collection of Offensive C# Tooling

Results 8 OffensiveCSharp issues
Sort by recently updated
recently updated
newest added

CFF explorer shows no imports so HijackHunter appears to fail.

Fixed infinite loop, fixed logic error, fixed dir ACL issue, made program work good.

It would be nice to be able to create archives

enhancement

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...

enhancement

I believe this is possible through the registry, but this would be valuable to potentially match discovered PPK files and where they might go.

enhancement

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.

enhancement

- 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...

bug
good first issue