This class represents the new Guest Manager. It operates on the new
Cuckoo Agent which features a more abstract but more feature-rich
API.
|
__init__(self,
vmid,
ipaddr,
platform,
task_id,
analysis_manager)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
get(self,
method,
*args,
**kwargs)
Simple wrapper around requests.get(). |
source code
|
|
|
post(self,
method,
*args,
**kwargs)
Simple wrapper around requests.post(). |
source code
|
|
|
wait_available(self)
Wait until the Virtual Machine is available for usage. |
source code
|
|
|
query_environ(self)
Query the environment of the Agent in the Virtual Machine. |
source code
|
|
|
|
|
upload_analyzer(self,
monitor)
Upload the analyzer to the Virtual Machine. |
source code
|
|
|
add_config(self,
options)
Upload the analysis.conf for this task to the Virtual Machine. |
source code
|
|
|
|
|
|
|
server(self)
Currently the Physical machine manager is using GuestManager in an
incorrect way. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|