Thomas Sutter
Thomas Sutter
I'm currently scanning thousands of apps with quark-engine and experience that huge memory bursts can occur with some specific apps. And by huge I mean quark-engine uses all available memory...
Seems like a problem in detecting the language-code correctly. I didn't go to deep into checking what exactly happens but it's either that the input text got modified in a...
I tested a bit around and it's not that simple to reproduce because I'm using text extracted from PDF files. If I just copy and past the text here or...
I think you need to start mongo-connector with the authentication params as described in the [doc-manager options](https://github.com/yougov/mongo-connector/wiki/Configuration-Options#docmanagersindexdocmanager). The config should be in JSON format so try it with `{"authentication": {"password":...
There seems to be a fork that has implemented an elastic7-doc-manager: https://github.com/tmpaul06/elastic7-doc-manager but I don't know if it works with the latest mongo-connector release version. Does any-1 know if it...
Any update on this issue?
@aurelf thanks for the tip with the book. I just got access to the book via my university library and the content answers some of my questions. I will read...
@aurelf I finished implementing the Python code for a new Android emulator target. This was kind of straightforward as it is very similar to the QemuTarget and works nearly out...
Don't remember how I resolved the issue in the end but a quick look at the my old code showed that I settle with using flasgger. Maybe this code snippet...
hey guys, great tool! Would love to hear from you guys as soon as it possible to export the scanning results as .json or .html file. Would be nice to...