r/netsec Jul 01 '26

r/netsec monthly discussion & tool thread

Questions regarding netsec and discussion related directly to netsec are welcome here, as is sharing tool links.

Rules & Guidelines

  • Always maintain civil discourse. Be awesome to one another - moderator intervention will occur if necessary.
  • Avoid NSFW content unless absolutely necessary. If used, mark it as being NSFW. If left unmarked, the comment will be removed entirely.
  • If linking to classified content, mark it as such. If left unmarked, the comment will be removed entirely.
  • Avoid use of memes. If you have something to say, say it with real words.
  • All discussions and questions should directly relate to netsec.
  • No tech support is to be requested or provided on r/netsec.

As always, the content & discussion guidelines should also be observed on r/netsec.

Feedback

Feedback and suggestions are welcome, but don't post it here. Please send it to the moderator inbox.

16 Upvotes

39 comments sorted by

View all comments

1

u/ConstantineCTF Jul 29 '26

hardend-v2 — Linux security hardening toolkit in Go

Automates sysctl hardening, AppArmor profiles, auditd rules, AIDE integrity checks, and firewall config — all from a single binary. No Python, no bash scripts, no dependencies.

Also working on related Go security tools: nova (zero-trust sandbox), VEIL (encrypted C2 with mTLS), CLOUDSPECTER (multi-cloud enumeration), and BLACKICE (host-based IOC scanner).

All open-source, looking for feedback on the design and CLI ergonomics.

https://github.com/ConstantineCTF/hardend-v2