Hey guys , I'm trying to understand one repository and I hope you will help me.
It's a remote execute-assembly.
So I'm creating a .exe /called ExecremoteNet.exe/ file using the .sln. The example is:
"
ExecremoteNET.exe <url> <assembly args>"
and when I run it on my PC like this :
Execremotenet.exe <url to Loader.exe> <assembly args> it's working, BUT
I don't know what to send to the target so when he click on the file the InmemoryNet.exe to be downloaded and then the command ExecremoteNET.exe <url to Loader.exe> <assembly args> to be executed.
I know it a lame question but obviously I'm a newbie and I need your help.
Thanks in advance
This is the repository:
github.com
It's a remote execute-assembly.
So I'm creating a .exe /called ExecremoteNet.exe/ file using the .sln. The example is:
"
ExecremoteNET.exe <url> <assembly args>"
and when I run it on my PC like this :
Execremotenet.exe <url to Loader.exe> <assembly args> it's working, BUT
I don't know what to send to the target so when he click on the file the InmemoryNet.exe to be downloaded and then the command ExecremoteNET.exe <url to Loader.exe> <assembly args> to be executed.
I know it a lame question but obviously I'm a newbie and I need your help.
Thanks in advance
This is the repository:
GitHub - D1rkMtr/ExecRemoteAssembly: Execute Remote Assembly with args passing and with AMSI and ETW patching
Execute Remote Assembly with args passing and with AMSI and ETW patching - GitHub - D1rkMtr/ExecRemoteAssembly: Execute Remote Assembly with args passing and with AMSI and ETW patching