Skip to content

Releases: bad-antics/nullsec-cppsentry

v1.0.0 - CppSentry Release

23 Jan 05:59

Choose a tag to compare

NullSec CppSentry v1.0.0

Network Packet Sentinel in Modern C++20

Features

  • Lambda-based rule matching
  • std::optional for nullable results
  • Detects port scans, C2, exfiltration
  • ICMP/DNS tunneling detection
  • SMB lateral movement tracking
  • MITRE ATT&CK mapping

C++20 Features

  • std::optional, std::variant
  • Lambda expressions
  • Structured bindings
  • std::string_view
  • Smart pointers with RAII
  • STL algorithms

Built for speed and type safety.