I am analyzing malware using cuckoo. But in the reports generated, the content on screen is hidden due to the command prompt running on the host machine. Is there a way to hide this command prompt? I tired:
cuckoo submit -o arguments="- windows minimized" /path/to/binary
and
cuckoo submit -o arguments="/min" /path/to/binary
But still in the final screenshots of the host machine, I can see the command prompt and it is hiding stuff behind it that I need to see.