doomedraven / Tools

Combination of different utilities, have fun!
MIT License
202 stars 96 forks source link

Installing cape fails #95

Closed fritterhoff closed 3 years ago

fritterhoff commented 3 years ago

Hi 😁,

due to the changes in CAPE (https://github.com/kevoreilly/CAPEv2/commit/a02dca32d4c35bdba975fb8d1267f251ad73e08b)

The pip install at https://github.com/doomedraven/Tools/blob/c06bc34603d257fd3bba1472f15f10ee0c80f476/Sandbox/cape2.sh#L923 fails with the message:

ERROR: Can't verify hashes for these requirements because we don't have a way to hash version control repositories:
    git+https://github.com/fireeye/capa.git (from -r /opt/CAPEv2/requirements.txt (line 358))
    git+https://github.com/kevthehermit/RATDecoders.git (from -r /opt/CAPEv2/requirements.txt (line 629))
    git+https://github.com/CAPESandbox/peepdf.git (from -r /opt/CAPEv2/requirements.txt (line 867))
    git+https://github.com/kbandla/pydeep.git (from -r /opt/CAPEv2/requirements.txt (line 1005))
    git+https://github.com/andreasvc/pyre2.git (from -r /opt/CAPEv2/requirements.txt (line 1129))
    git+https://github.com/doomedraven/sflock.git (from -r /opt/CAPEv2/requirements.txt (line 1405))
    git+https://github.com/doomedraven/socks5man.git (from -r /opt/CAPEv2/requirements.txt (line 1434))
    git+https://github.com/volatilityfoundation/volatility3 (from -r /opt/CAPEv2/requirements.txt (line 1551))
    git+https://github.com/DissectMalware/XLMMacroDeobfuscator (from -r /opt/CAPEv2/requirements.txt (line 1575))
doomedraven commented 3 years ago

hello, yes i just pushed the fix for that, can you try again?

fritterhoff commented 3 years ago

Works now! Thx.

doomedraven commented 3 years ago

thanks for headups