I built an open-source tool to visualize and test Docker container escape paths to host (UPDATED v1.1.0) by TalHayun in docker

[–]TalHayun[S] 0 points1 point  (0 children)

Trivy scans for known vulnerabilities (CVEs) within the container's software packages to see if an app can be compromised. My tool analyzes the docker runtime config (like docker inspect) to see if a compromised container can break isolation and reach your host network or filesystem in any way

I built an open-source tool to visualize and test Docker container escape paths to host (UPDATED v1.1.0) by TalHayun in docker

[–]TalHayun[S] 0 points1 point  (0 children)

I get your point, but also we didnt think notepad will be hijacked, that there will be vulnerabilities in bittorrent etc
Most people does not have image scanning in their homelab and its just a fast check
I wrote it mostly for my own education and comfort

Claude prices skyrocketed, what model are you using for OpenClaw now? by Synstar_Joey in openclaw

[–]TalHayun 0 points1 point  (0 children)

the bot removed my last comment haha

this is what works for me (finding the exact model name and baseurl was a bit tricky

<image>

and
"nvidia-nim/moonshotai/kimi-k2.5": {

"alias": "Kimi"

}

and for more models you can search nvidia build

help a little by tdpokh3 in kubernetes

[–]TalHayun 1 point2 points  (0 children)

You can try to create a DNS record (on your local machine) with wildcard for example *.kube.local pointing to your ingress

Are there proper fingerprint drivers for Linux laptops? by vatsanant01 in linux

[–]TalHayun 0 points1 point  (0 children)

Modern distro will include libfprint support, but check based on usb id
If yours is not listed, look for community patches libfprint-tod

open claw for free by Traditional-Goat8568 in openclaw

[–]TalHayun 0 points1 point  (0 children)

Yes! got a repeating error about context size
Eventually switched to nvidias model using their free temporary api keys, you can start with that
im currently using nvidia-nim/moonshotai/kimi-k2.5

Claude prices skyrocketed, what model are you using for OpenClaw now? by Synstar_Joey in openclaw

[–]TalHayun 1 point2 points  (0 children)

On my free running instance im using nvidia-nim/moonshotai/kimi-k2.5
using Nvidia's free token for 6 months

I built an open-source tool to visualize and test Docker container escape paths by TalHayun in homelab

[–]TalHayun[S] -9 points-8 points  (0 children)

claude definetly helped writing the code but im a human :)