Skip to content

Releases: SZnine/aegis-platform

Aegis Platform v1.0.0

06 Mar 06:25

Choose a tag to compare

Aegis Platform v1.0.0

Initial public release of Aegis Platform, a distributed asset scanning and vulnerability discovery platform built with Django, Celery, Redis, Nmap and Nuclei.

Included in v1.0.0

  • Distributed task orchestration with Django, Celery and Redis
  • Asset port scanning workflow based on Nmap
  • Web vulnerability scanning workflow based on Nuclei
  • Dashboard and basic API for scan result viewing
  • Docker Compose based local deployment and quick start

Current focus

This release focuses on delivering a runnable end-to-end workflow for distributed scanning and result presentation, rather than a production-ready feature set.

Known limitations

  • Asset-oriented result view is still basic
  • Domain-to-IP mapping and result readability need improvement
  • Batch task workflow is limited
  • Web scanning performance can be further optimized
  • Evidence presentation for findings is still lightweight

Planned roadmap

v1.1

  • Asset-oriented result view
  • Batch scanning workflow
  • Exportable scan / evidence reports
  • Web scanning performance optimization

v1.5

  • WebSocket-based real-time task updates
  • Enhanced audit logging and alerting
  • Optional PostgreSQL support
  • Authentication, authorization and API rate limiting

v2.0

  • Multi-node distributed scanning
  • Plugin-based architecture
  • Threat intelligence integration
  • Advanced asset change tracking and visualization

Notes

v1.0 represents a runnable and reproducible starting point for future iterations of Aegis Platform.