hatching / vmcloak

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

fix register_cuckoo #99

Closed MarkusTeufelberger closed 7 years ago

MarkusTeufelberger commented 7 years ago

Cuckoo requires that an options field (even if it is empty) is present

MarkusTeufelberger commented 7 years ago

Ok, apparently this was not everything - cuckoo still fails trying to iterate a NoneType in cuckoo/machinery/virtualbox.py and cuckoo/auxiliary/sniffer.py when trying to get machine.options to look for "nictrace".

jbremer commented 7 years ago

Thanks!

MarkusTeufelberger commented 7 years ago

I ended up writing "foo" into the options field for now by the way, this pull request still does not fix the error on cuckoo's side. There probably is an if missing in some places there...