hgascon

Results 16 comments of hgascon

Are intermediate files created? There seem to be a problem with the prisma module.

Hi @x1280, what command triggers the error?

From the urllib.parse.unquote documentation, in ``raw = urllib.parse.unquote(m.msg)`` ``m.msg`` may be either a str or a bytes object. This was changed in version 3.9: "string parameter supports bytes and str...

Would you like to send a pull request?

How often does this occur? If there are not too many cases, such mappings can be added manually.

@jbremer, besides JSONs in `/storage`, what are the other options implemented in cuckoo to store the analysis results? @So-Cool you can start by reading the JSON files but abstract this...

@hex1010 What features would you extract from the memory dump?

@dueland you might want to check scikit-learn [CountVectorizer](http://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html)

Are you running the application on the specified port? It looks like there is nothing listening.

That seems like an error in the Prisma module (https://github.com/tammok/PRISMA/blob/a48624f5102875984975ce99ddd687e0ddd6dee5/R/prisma.R#L60). Maybe you can debug the previous lines or check the values of the variables involved (indices, ngrams...) ?