m1ddl3w4r3 / ExecRemoteNET

Execute Remote Assembly with args passing and with AMSI and ETW patching .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExecRemoteAssembly

Execute Remote Assembly with args passing and with AMSI and ETW patching

1 - the ExecRemoteAssembly is created only to run .NET assemblies , that are based on C#.
2 - the ExecRemoteAssembly accept URI of type :
https://domain.name/PathToUri
http://domain.name/PathToUri
[https/http]://ip:port/pathtoUri
[https/http]://ip/pathtoUri

ExecAMSI

IP

ipPort

Credits

All the Credits goes to:

https://github.com/D1rkMtr/FilelessRemotePE
However this repo has been removed.

https://github.com/mez-0/InMemoryNET
This is an improved version of this project that supports AMSI & ETW patching and URI parsing

About

Execute Remote Assembly with args passing and with AMSI and ETW patching .

License:MIT License


Languages

Language:C++ 99.0%Language:C 1.0%