Nex
Nex
I am wondering if it would be good to establish a process for people willing to run newer versions of the tool. At the moment, because of the way we...
As pointed out in #31, there are limitations due to the use of Golang. It might be worth considering rewriting Hardentools with a more suitable language. Some suggested PowerShell (although,...
Do we need a GUI? What problems would we try to solve with it? What exactly would we want to see in such a GUI? Would it only bee a...
In this ticket we will keep track of existing translations of the documentation in languages other than English. If you have translated the documentation in a missing language, please do...
I noticed that your setup.py indicates that Python >= 3.8 is required. Because Python 3.7 is still the default on many installations and OSes, this is causing some installation issues....
``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x64c915] goroutine 22 [running]: panic(0x7fa320, 0xc420012100) /usr/lib/go-1.7/src/runtime/panic.go:500 +0x1a1 github.com/HouzuoGuo/tiedot/db.evalQuery(0x7f7900, 0xc420153a40, 0x0, 0xc4202df5f8, 0x1,...
In some cases, carrying acquisition data (particularly memory snapshots) through various types of checkpoints (e.g. borders/airports) could be problematic as it might expose very sensitive personal data. The idea would...
In order to make a failproof installation, I need to make sure that a WebsocketClient connection can be re-established after a temporary failure from the server. While I can just...
I haven't found any library to do this in Golang, but perhaps this could be ported from Python: https://github.com/yahoo/winjob