viper-framework / viper

Binary analysis and management framework
Other
1.53k stars 353 forks source link

Improve Cuckoo integration #113

Open teskje opened 9 years ago

teskje commented 9 years ago

It would be nice to have better support for Cuckoo features, based on what the REST API can do:

I already implemented this in my fork (https://github.com/haellowyyn/viper). It works pretty well so far. However, the last two mentioned use cases need hardcoded paths for the browser binary and the PCAP viewer. This would greatly benefit from a config file (#63).

jaegeral commented 9 years ago

can we some how receive the dropped files and store them to viper as well?

jaegeral commented 8 years ago

@haellowyyn as we are near to provide a first shot for a config file, are you willing to make your code as a pull request?

teskje commented 8 years ago

@deralexxx Sorry for the slow response. Unfortunately, this code is quite old now. As the Cuckoo module has changed since, merging with master requires more than a simple git command. I really don't want to fix this manually, since I have currently not the time to do any testing.

However, all changes I made were in modules/cuckoo.py. Anyone with testing infrastructure in place should be able to integrate them from my fork (https://github.com/haellowyyn/viper/blob/master/modules/cuckoo.py) in reasonable time.