garrit-schroeder

Results 31 comments of garrit-schroeder

We are talking about the manage file tab in Server settings. ![Screenshot_20210227-090336](https://user-images.githubusercontent.com/12541078/109381463-e4195080-78da-11eb-829d-d33dac7192f8.jpg) The Top upload directory contains default images of misp but the user has also the possibility to upload...

You are a 100% correct. There is nothing blocking this PR as far as I can tell. Just some additional notes in the README file maybe.

MISP/app/Console/cake Server list could be a work around. Listing the configured servers and then pushing / pulling from them. But the command seems to be broken.

Maybe here: https://github.com/coolacid/docker-misp/blob/066f5c8dfac8b64698ae567e2ff13a5787b0e256/server/files/entrypoint_nginx.sh#L51

I think this should be added. This will update the galaxies, notice & warninglists, taxonomies and object templates on command. This is already done with the cronjob (I think?) But...

I am working on it. One MISP Issue is currently preventing me from developing. https://github.com/MISP/MISP/issues/6921

I have created a pull request for that. actually a couple. :) Let me know what you think.

By adding a sleep timeout of 20 seconds the request works. ``` client.on('ready', async () => { console.log('Client is ready!'); console.log(await client.getWWebVersion()); var chats = await client.getChats(); await new Promise(resolve...

Having the same problem. What was the solution?

SHA 256 should definitely be used. Security ;) I got it working.