nstr10
nstr10
I've also been waiting for the site to come back. Thinking again about trying to build a Cuckoo sandbox...
Thanks for the quick response! I plugged in the new version and get the following traceback when calling api_authenticated.submit_sample() with a filepath string: `File "/mnt/win/MalwareManager/MalwrAPI.py", line 159, in submit_sample 'csrfmiddlewaretoken':...
It looks like the URLs are provided by Twitter's API library, so this may need to be addressed upstream.
First off, it looks like you're running this as root. That's probably not a great idea for any project. On line 20 of c_image.py, change `os.system(build + " >/dev/null 2>&1")`...
Why is it checking against the Github version rather than the latest version that pip has? https://github.com/orakaro/rainbowstream/blob/7ca6cc4617b36e47c8cb930dca84f019fa1db113/rainbowstream/rainbow.py#L207 Seems like a recipe for sending users on wild goose chases. Fun fact:...
I would still recommend that you change the behavior of the update check. Telling users to update when an update is unavailable may cause them to do reprehensible things ("I...
Try `pip install setuptools` - it should work after that, barring other issues.
That seems to have done the trick. Might be a good idea to include that in the instructions along with more detailed information on where exactly user, password, and DB...