Erik
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`
Just pulled ctf_platfrom, same issue. What version of mysql are you using? I am on `mysql Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using EditLine wrapper`
Got it working when using XAMPP vs manual apache2 and MySQL. Looks like MySQL and MariaDB don't behave the same way. Might be helpful to put that XAMPP is the...
The 'Add Team' page was failing for me with no useful output, so I took the SQL statement from admin.php and ran it manually in phpMyAdmin which returned the error...
This bug is preventing us from upgrading the plugin for [Ludus](https://gitlab.com/badsectorlabs/ludus).
I got tired of waiting, forked it, fixed the CPU issue, and created a release. You can check it out here: https://github.com/hashicorp/packer-plugin-proxmox/compare/main...badsectorlabs:packer-plugin-proxmox:main And use it with ``` packer plugins remove...