spoofing-office-macro icon indicating copy to clipboard operation
spoofing-office-macro copied to clipboard

:fish: PoC of a VBA macro spawning a process with a spoofed parent and command line.

Results 5 spoofing-office-macro issues
Sort by recently updated
recently updated
newest added

Is this dead project? When I run macro on Windows 10, it will not work...

bug

Hi I fix the issues and tried in 32bit and 64bit office at Windows10 Environment But I found `result = NtQueryInformationProcess(newProcessHandle, 0, pbi, Len(pbi), size)` doesn't work. the result is...

bug

I have the same issue as the others. A buffer overflow at ` result = NtQueryInformationProcess(newProcessHandle, 0, pbi, Len(pbi), size)`

made a macro that combined the two macros so it works for both x64 and x86 now.

As the title suggests, I spent some time updating macro64.vba (by @py7hagoras, originally here: #5) to make it a bit easier to compare with macro.vba. This is pretty much entirely...