Erik

Results 5 comments of Erik

Well I hacked together a solution that fits my use case, but won't generalize well. This returns the IPs of hosts with open ports (I am only looking for one)...

@vyrus001 Not quite. The exe will still call `GetCommandLine` which returns whatever args were passed to the program using MemoryModule. In order to pass args to a memory loaded exe...

It has been done in other projects, see: [Invoke-ReflectivePEInjection.ps1#L2058](https://github.com/clymb3r/PowerShell/blob/master/Invoke-ReflectivePEInjection/Invoke-ReflectivePEInjection.ps1#L2058) However, it is likely easier to just use [donut](https://github.com/TheWover/donut).

It looks like you are attempting to write cryptomining malware. I suggest spending your talents elsewhere.

This solves my biggest problem with this library! Unfortunately, it doesn't compile on Windows: `spinner/spinner.go:359:14: undefined: syscall.Kill`