hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
479 stars 118 forks source link

Firefox Dependency #134

Closed fesleywox closed 5 years ago

fesleywox commented 5 years ago

vmcloak install seven0 "firefox_41" returns "ERROR:vmcloak.abstract:could not find the correct installer!" "firefox" also returns the same error

No issues with adobe9, dotnet, wic, chrome, ie10

Ubuntu 16.04.5 Virtualbox - win7 Pro x86 vmcloak 0.4.5

samwakel commented 5 years ago

My workaround for this problem was to install firefox:41.0.2. The issue here is that VMCloak does not have a default version specified for Firefox so without specifying 41.0.2 it doesn't know what to install.

fesleywox commented 5 years ago

Thanks