hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
483 stars 120 forks source link

agent.py should be minimized during install #61

Closed razuz closed 8 years ago

razuz commented 8 years ago

Currently when deploying with vmcloak the agent window will be open on desktop. This kind of creates issue that you have to use "vmcloak modify" to deploy the vm for cuckoo. well ... sometimes you're lazy and don't want to do that :)

jbremer commented 8 years ago

Thought I had already done this. This wasn't possible earlier due to some issues with the Cuckoo Analyzer, but this has been possible since a couple of months now - should enable.

jbremer commented 8 years ago

Please verify - needs a complete reinstall.

razuz commented 8 years ago

I'll do that and let you know

KillerInstinct commented 8 years ago

Why not just copy the file and set the destination to agent.pyw instead of agent.py? This would do the same thing.

https://github.com/jbremer/vmcloak/blob/1a5592067c15d4395e63e8ae9e6c99faf7c71cf7/vmcloak/data/bootstrap/bootstrap.bat#L25

razuz commented 8 years ago

@jbremer this patch works for me. Thanks !

jbremer commented 8 years ago

Thanks @razuz. @KillerInstinct This was the first thing that popped into mind, I guess that that method would have worked as well indeed.

razuz commented 8 years ago

lets close that I suppose :)