Paweł Srokosz

Results 91 issues of Paweł Srokosz

**Your checklist for this pull request** - [x] I've read the [contributing guideline](CONTRIBUTING.md). - [x] I've tested my changes by building and running the project, and testing changed functionality (if...

**Environment information** * MWDB version (from `/about`): v2.13.0 * Installation method: - [x] mwdb.cert.pl service - [ ] From PyPi (`pip install mwdb-core`) - [ ] From docker-compose - [...

type:bug
zone:frontend

**Your checklist for this pull request** - [ ] I've read the [contributing guideline](CONTRIBUTING.md). - [ ] I've tested my changes by building and running the project, and testing changed...

`drakrun mount` doesn't work because we don't have hdc device in `cfg.template`. We should generate a configuration that includes that device but without specified ISO file. I have checked if...

bug

VNC authentication in Drakvuf Sandbox personally annoys me a bit. It was even more annoying when it was simply hardcoded in some random configuration file, right now it's kept in...

enhancement

Default plugins (and other limits and settings?) should be somehow exposed in the API. Right now they're hardcoded in the UI: ![Image](https://github.com/user-attachments/assets/bb9fb394-63a7-4102-96c0-13264184263e)

enhancement

Drakvuf Sandbox allows to interact with the VM via VNC. But there are few things that need to be improved: - The tab shows up too early, when the VM...

enhancement

Right now, we use the file name as is with some minor sanitization performed by `drakrun.analyzer.startup_command.get_target_filename_from_sample_path`. If we upload file with a name that is just a hash (`29611...f0`), it...

enhancement

Previously - Karton was strictly integrated with Drakvuf Sandbox as it used this project for queuing analyses and sending results both to the final S3 storage and other consumers. That...

enhancement