Closed jamesjguthrie closed 2 years ago
Oh I just noticed that stageless32/64 binaries don't exist. Is your intention that we use a tool like Meterpreter to create those payloads?
stageless is a universal thing, most frameworks can and do stateless. That being you need to do raw shellcode not compiled binaries as the input.
Is this still an issue?
Hey,
When trying a number of the example commands including:
Ivy -stageless -Ix64 stageless64.bin -Ix86 stageless32.bin -P Inject -process64 C:\\windows\\system32\\notepad.exe -process32 C:\\windows\\SysWOW64\\notepad.exe -O stageless.js
I get the error:
I'm running v1.12 on Ubuntu 20.04.3 LTS with the dependencies installed per your instructions.