hey everyone, i’m a masters student in cyber security and i started playing around with a small nim project. it’s a simple kali linux health checker thing. nothing wild, just something that tells you if your system setup is kinda broken. like bad ssh settings, random services running, firewall off, weird permissions, dns messed up, stuff like that.
i’m still pretty new to nim so i figured i’d drop a post here and see if anyone had suggestions or stuff i should look at. i’ll probably write a couple of small blog posts here while i’m building it just to share what i’m learning. if people like it great, if not that’s fine too, i’m mainly doing it to get better with nim.
if anyone wants to see what i’m messing with, my github is: https://github.com/0x57Origin
any advice on useful libs, examples, or just general tips on doing system checks in nim would help a lot. thanks.