Manage physical sandboxes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fog_init(self)
Initiate by indexing FOG regarding all available machines. |
source code
|
|
|
fog_queue_task(self,
hostname)
Queues a task with FOG to deploy the given machine after reboot. |
source code
|
|
|
wake_on_lan(self,
hostname)
Start a machine that's currently shutdown. |
source code
|
|
Inherited from lib.cuckoo.common.abstracts.Machinery :
__init__ ,
acquire ,
availables ,
dump_memory ,
initialize ,
machines ,
pcap_path ,
release ,
running ,
set_options ,
set_status ,
shutdown
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|