Fafner [_KeyZee_]
Fafner [_KeyZee_]
Id, URL, hash, any information that can help the user to do relation .]
And when we have an analysis still pending since few days ? Could be easier for user to use it with ihm ?
Should take a look at: rarfile (on pip) adding 'application/x-rar' to file mime
Should be ok with the PR
- [x] Add possibility for the user to provide a password - [ ] Still run some worker like VT/MB/...
Got an error with pdf encrypted: ``` Traceback (most recent call last): File "/home/techteam/pandora/website/web/__init__.py", line 142, in wrapper res = func(*args, **kwargs) File "/home/techteam/pandora/website/web/__init__.py", line 197, in api_analysis return render_template('analysis.html',...
Simply so as not to forget, the password should be stored to offer it by default if a file is rescanned
It's failling for one apk, I will share your the file asap. I didn't test for others ./ But yes it enters in the case you spotted Best regards,
Error there : ``` self.base_url = 'http://{0}:{1}'.format(self.host, self.api_port) self.web_base_url = 'http://{0}:{1}'.format(self.host, self.web_port) ``` Server returns: `The plain HTTP request was sent to HTTPS port`
But it is working in case of we did redirection from http to https with nginx (could be ok with apache too) but sometimes we only configure webserver with https...