hatching / vmcloak

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

Adobe Download Failures #156

Open Kolano opened 5 years ago

Kolano commented 5 years ago

Various URLs for the adobepdf dependency don't seem to be working

INFO:vmcloak:Installing dependency adobepdf..
WARNING:vmcloak.misc:Failed to download file from 'http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.19/misc/AdbeRdrUpd11019.msp', got error: HTTPConnectionPool(host='ardownload.adobe.com', port=80): Max retries exceeded with url: /pub/adobe/reader/win/11.x/11.0.19/misc/AdbeRdrUpd11019.msp (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f11884d1f90>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
WARNING:vmcloak.misc:Failed to download file from 'ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.19/misc/AdbeRdrUpd11019.msp', got error: No connection adapters were found for 'ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.19/misc/AdbeRdrUpd11019.msp'
DEBUG:vmcloak.misc:Successfully downloaded file 'AdbeRdrUpd11019.msp' (46.29MB) from 'https://cuckoo.sh/vmcloak/AdbeRdrUpd11019.msp' in '7.86' second(s) (6171317.28MB/s)
INFO:vmcloak.abstract:Got file 'AdbeRdrUpd11019.msp' from 'https://cuckoo.sh/vmcloak/AdbeRdrUpd11019.msp', with matching checksum.
DEBUG:vmcloak.dependencies.adobepdf:We have a MSI upgrade package, we need the vanilla AdbeRdr installer.
WARNING:vmcloak.misc:Failed to download file from 'http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.00/en_US/AdbeRdr11000_en_US.exe', got error: HTTPConnectionPool(host='ardownload.adobe.com', port=80): Max retries exceeded with url: /pub/adobe/reader/win/11.x/11.0.00/en_US/AdbeRdr11000_en_US.exe (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f11884d1f50>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
WARNING:vmcloak.misc:Failed to download file from 'ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.00/en_US/AdbeRdr11000_en_US.exe', got error: No connection adapters were found for 'ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.00/en_US/AdbeRdr11000_en_US.exe'
DEBUG:vmcloak.misc:Successfully downloaded file 'AdbeRdr11000_en_US.exe' (36.11MB) from 'https://cuckoo.sh/vmcloak/AdbeRdr11000_en_US.exe' in '6.23' second(s) (6078809.80MB/s)

I'm a little confused by such, while the HTTP site seems to be down, the FTP site is up and I was able to DL from the indicated URL with wget, though that warning is a bit different (i.e. "No connection adapters were found")