Skip to content

Releases: bad-antics/nullsec-crystalrecon

v1.0.0 - CrystalRecon Release

23 Jan 06:05

Choose a tag to compare

NullSec CrystalRecon v1.0.0

Network Reconnaissance Engine in Crystal

Features

  • Concurrent port scanning with fibers
  • Service fingerprinting and banners
  • OS detection heuristics
  • Risk assessment engine
  • MITRE ATT&CK mapping
  • JSON output support

Crystal Features

  • Fiber-based concurrency (spawn)
  • Channel-based communication (CSP)
  • Compile-time macros
  • Stack-allocated structs
  • Union types (nullable)
  • Pattern matching

C-level performance with Ruby elegance.