Matthew Rollings
Matthew Rollings
Similar to the docker group priv esc, add a lxd group priv esc.
Sometimes the hardrives and hardware can give away information about what type of host we're running on, add an option to list these (maybe not by default as it could...
Some developers leave Dockerfiles inside their containers, lets look for them :)
Currently we scan for other containers on the container network but we should scan for devices on the local network (if found to be different to the container network)
Currently a `sleep 2` is introduced betfore attempting to enumerate the network. This was needed to ensure that the network finished setting up for newly run containers. This only really...
Hey this is a great library and I'm using it in production and I'm noticing very infrequent crashes on some specific devices. It seems it is not able to find...
Look into this: > Magisk detection through mount. Check whether mount can be executed and contains databases/su.db (indicative of Magisk) or whether /proc/mounts contains references to databases/su.db. Might be some...
Circle CI has changed the process required to store test results and artifacts and as a result our tests run successfully but the artifacts are no longer saved. Let's fix...
Adding the ability to export logs after root detection will allow us to easily tell users why root checks are failing and should help us diagnose false positives etc much...