krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
563 stars 183 forks source link

Streamline code for uploading malware #137

Open krmaxwell opened 9 years ago

krmaxwell commented 9 years ago

The various upload functions are similar enough that we should merge them together. The right way to do this is probably implement some sort of base class, then have each various target (e.g. Viper, Cuckoo, CRITs, etc.) subclass it for the specific logic they need.