Conor Richard

Results 5 issues of Conor Richard

When calling SharpSploit.Execution.DynamicInvoke.Generic.GetSyscallStub() the call to NtFreeVirtualMemory returns an NTSTATUS = STATUS_INVALID_PARAMETER_4 (0xC00000F2). I was attempting to call "NtAllocateVirtualMemory" this way: `` IntPtr pSyscall = SharpSploit.Execution.DynamicInvoke.Generic.GetSyscallStub("NtAllocateVirtualMemory"); `` This eventually causes...

Added 'Id' value with unique UUID to all .yml files to satisfy requirements of issue #5

Adding a .gitattributes file to ensure that .yml files use the correct new-lines.

Currently the GitHub pages workflow runs before the YAML Lint checks are complete. The GitHub page workflow needs the YAML Lint workflow set as a dependency to make it run...

bug

With the addition of the new "Aliases" values in the LOLBAS, there is now a need to make that field visible when the binary/script details are viewed on the published...

bug
enhancement