Olaf Haalstra

Results 12 issues of Olaf Haalstra

Dear Omer, Awesome work on this library, it is really blazing fast. I hope you can help me with the following question about the JSON serializer. I would like to...

Let me start off with saying that DetectionLab is really awesome work and loving it ever since I discovered it! * Operating System Version: Windows 11 - 21H2 OS BUILD...

duplicate

Dear Sean, When creating many concurrent requests I run into the following error: ``` error trying to connect: tcp connect error: Only one usage of each socket address (protocol/network address/port)...

It would be awesome to have a monthly report on your spendings from various bank accounts. So on the first of the month you get an email with all your...

When using a X509 certificate to encrypt the offline collector zip asymmetrically the EncryptedPass field inside `metadata.json` is no longer in Base64 format. Also the output contains non UTF-8 /...

Looking at what dissect can parse I stumbled across two occurrences where `acquire.py` doesn't collect something that `target-query` can parse: 1. https://github.com/fox-it/dissect.target/blob/bb9a48852a33e58ea760d7901fd5170526076498/dissect/target/plugins/os/unix/linux/network.py#L205 ``` /usr/lib/systemd/network ``` 2. https://github.com/fox-it/dissect.target/blob/bb9a48852a33e58ea760d7901fd5170526076498/dissect/target/plugins/os/unix/applications.py#L15 ``` /usr/share/applications ```...

Add support for `network` and `applications` module from `dissect.target`. closes #227

When collecting a VM I get the following output: Collected with: `acquire --profile full /path/to/VM.vmx` ``` ... timestamp [INFO ] - Collecting file /var/lib/rpm/Packages to: fs/$rootfs$/var/lib/rpm/Packages timestamp [ERROR] - OSError...

bug

When you run acquire with `acquire --profile full --no-history` the `history` module is not ignored **Expected behaviour** I would expect that the `history` module would be ignored if you specify...

bug

When `dissect.sql` is unavailable the `history` module keeps running in an infinite loop **Expected behaviour** After erroring out once I would expect that the module would complete with failed status...