optiv / ScareCrow

ScareCrow - Payload creation framework designed around EDR bypass.
2.71k stars 503 forks source link

Cannot Generate Payload expected 'STRING', found '<<' #49

Closed alex404sl closed 2 years ago

alex404sl commented 2 years ago

Thank you for the code and latest update, however, I could not generate exe on latest 4.0.

Raw payload generated by lastest CS

sudo ./ScareCrow -I ~/Downloads/beacon.bin -Loader control -domain www.microsoft.com -O test.exe

will gave me the following error message:

[*] Compiling Payload
exit status 1: go list error: exit status 1: inputs.go:8:1: expected 'STRING', found '<<'

[+] Payload Compiled

Each time run the command will pop a different file name, but same location, for example:

exit status 1: go list error: exit status 1: winsec.go:8:1: expected 'STRING', found '<<'
exit status 1: go list error: exit status 1: netfirewall.go:8:1: expected 'STRING', found '<<'

Thanks!!

Tylous commented 2 years ago

ack... looks like the latest push pushed the line change indicators... will update this shortly when its fixed.

Tylous commented 2 years ago

@alex404sl I've fixed this issue please pull down a fresh copy. I will close this shortly if the issue is addressed, please let me know if it's not.

alex404sl commented 2 years ago

Working now, thanks!!