You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
The image above shows command output from tool when building payload. Tool version is current build as of today for IVY 1.12 and CS (CobaltStrike 4.7.1).
Stageless payload from CS is "Windows Stageless Payload"->RAW (also tried Stageless Payload Generator->raw)
Here is what was observed:
macro payload in excel appears to execute without visible errors (even when cscript is run on test.txt in the appdata excel path)
test.txt is pulled down from local py webserver, no issues.
Update: Today i used the Default out of the box CobaltStrike profile (no profile) used in testing. no major change. Except with the same generated macro's ive had excel.exe crash 1 time but the 3+ other times its has simply spawned and not attempted to call home.
sry i missed your reply. from what i recall (if i recall correctly) there was a file exists input/output check(s). yep i put the file path in wrong :( and....im sry i forgot the rest.
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The image above shows command output from tool when building payload. Tool version is current build as of today for IVY 1.12 and CS (CobaltStrike 4.7.1).
Stageless payload from CS is "Windows Stageless Payload"->RAW (also tried Stageless Payload Generator->raw)
Here is what was observed:
cscript
is run ontest.txt
in the appdata excel path)test.txt
is pulled down from local py webserver, no issues.outlook.exe
spawns ->cscript.exe
(withF://jscript ....
args) which spawns ->excel.exe
Troubleshooting done so far:
-debug
command-unhook
command as well. no change.My Current Theory:
Any help would be great.
The text was updated successfully, but these errors were encountered: