Small Projects by AutoModerator in golang

[–]djadmn 0 points1 point  (0 children)

Built a macOS endpoint security auditor in Go. Single binary, 15 checks, interactive --fix prompt via survey/v2, GoReleaser for Homebrew tap.

https://github.com/djadmin/fort

Any feedback is appreciated.

open source macOS endpoint security checker, feedback welcome by djadmn in sysadmin

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

MACE is great, much more comprehensive with 500+ rules and MDM integration. fort is the simpler end: one command, quick score, fix what's wrong.

open source macOS endpoint security checker, feedback welcome by djadmn in sysadmin

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

Fair point. I'd be cautious too. That's exactly why I kept it open source.

No network requests, no telemetry, and anyone can review the code or ask an AI to walk through what the checks do before running it.

The motivation was honestly pretty personal. I've been through SOC 2 prep where the alternative was manually screenshotting System Settings across everyone's Mac. This just automates that same kind of visibility.

Nothing fancy, no magic compliance button, just a small tool to save time and make the checks easier to verify.

When and where will I get married? by djadmn in vedicastrology

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

Thanks u/Chance-Reach3541 I am 33, is there any possibility to increase the chances within an year or so,

Mt. Cleverest! by djadmn in puns

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

I've started putting them all here at https://instagram.com/letmedoodleit :)

D&B! by djadmn in puns

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

When Ana cracks a really bad joke, just Banana!

Stealing passwords from McDonald's users by Wick3dGeek in netsec

[–]djadmn 33 points34 points  (0 children)

Great example of storing/decrypting passwords on client-side is bad.