Paweł Srokosz
Paweł Srokosz
Some thoughts on locking dependencies: - Using locked dependencies should be optional in case of non-isolated environments to prevent introducing the dependency hell. That's why I'm against locking deeply all...
From early MWDB versions I remember that there were some performance problems with ordering that doesn't follow the object upload time, but I think we can give it a try!...
Hi! Currently mquery is integrated with mwdb.cert.pl via plugin that needs to be set up on both sides. We definitely plan to publish it and it's already shared with some...
Sure, I like the idea to exchange files that are malware-related but are not actually malware samples! Another use-case are encrypted/compressed payloads by some not-yet-known algorithm that are stored in...
Possibly caused by additional unicode_escape in database. I think it's completely unnecessary for JSONB and if it's added because there were issues with non-ascii characters, we need to find a...
Superseded by https://github.com/CERT-Polska/drakvuf-sandbox/pull/807
It looks like `-e` argument is directly passed as lpCommandLine argument for CreateProcess WinAPI call. As it's a command-line, correct quoting makes a huge difference: ```python In [5]: run(r"c:\program files\windows...
Hi! Do you plan to make a release? Today I got the same problem using latest 7.3.2 and monkey-patching below actually fixed that problem: ```python import ssl create_default_context_orig = ssl.create_default_context...
Hi! I really like the idea with filters! I'm also not really sure about executing arbitrary JS from the template, but set of predefined filters extensible by plugins should work...
It is not offered by current version of drakplayground, but you can hack current methods to get the injector instance and call `read_file`: ```python *** Welcome to drakrun playground ***...