-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question #2
Comments
My PE Injection PoCs use
Additionally, I do so because I want to use only Nt APIs for PoC whenever possible. |
Yes but is for implement block dll : BLOCK_NON_MICROSOFT_BINARIES_ALWAYS_ON |
Thanks for sharing your opinion. |
i try some solution for Ntcreate and check the integrity process before spoof the ppid for have more target , i update you later |
Thanks for your support.
I have not tried with .NET file yet. |
.net seem not work but i'm sure can fix |
Thanks for sharing! |
I like your poc so i want try improve a bit :) |
I'm happy to hear that! |
I started from .NET binary issue and added .NET binary support to PE file parser of TransactedHollowing PoC. |
<3 love you going test |
Not very but i can investigate |
OK. |
Added the feature you requested to my TransactedHollowing PoC. |
Love your work !!! good job |
Simply fixed if you add int ppid = 0 in your parameter for method call :CreateTransactedHollowingProcess and CreateInitialProcess |
I cannot reproduce your issue and found no issue in the code. |
Is the block dll make this , cause a process try open the transacted process injected i think |
Hey how are you ? can you check transacted on win 7 , seem the block dll not work or not implemented on win 7 so the new transacted crash but not the old , maybe just check os like this return (string)Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Windows NT\CurrentVersion").GetValue("ProductName"); |
Hi. |
Hello how are you ? Is a simply processhollow very light and work for .net payload with NtApi (ppid spoof and PROCESS_CREATION_MITIGATION_POLICY) but only for x64 |
Thanks for sharing! |
I can try reduce a maximum for more simply if you need/want |
How i can contact you please ? I trying twitter but seem your dm not opened |
Hello why you not implemented the :
InitializeProcThreadAttributeList
UpdateProcThreadAttribute
on the TransactedHollowing ?
Cause the actual parent id work but i know a better , is cause Ntcreateprocess ? need createprocess ?
The text was updated successfully, but these errors were encountered: