Raphaël Vinot
Raphaël Vinot
TODO * [ ] Open the investigation popup when clicking on an icon (good first PR) * [ ] Add a tooltip on every clockable button * [ ] In...
Idea: reverse search from the menu? By hash?
Tagging the captures would in fact be good.
WiP with the categorization feature.
`-Werror` is doing the trick, it's not great, but it works
In theory, it just means adding `limit=100, page=1` (and incrementing the page) to the search call, but it depends on what you're doing. Can you please share the call that...
ok, so you're trying to get *all* the events from the MISP instance, that's probably a bad idea, but if you want to do that, your call should look like...
Just popping in, the documentation of all the tools is a bit of a mess, but you may want to also look at [lacus](https://github.com/ail-project/lacus), which is a standalone webservice that...
Not as handy as `SIGINT`, but I use `SIGTERM` and it works doesn't kill the browser: https://github.com/ail-project/lacus/blob/main/bin/capture_manager.py#L66 & https://github.com/ail-project/lacus/blob/main/bin/stop_capture_manager.py
@blksith0 as far as I can tell, it is a bug in Playwright, you cannot solve it on your side. If I may, I'd recommend you to use `SIGTERM` instead...