Skip to content

Initial Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 May 21:24

This initial release (v0.1.0) introduces the core execution engine and the first suite of passive intelligence modules.

Core Framework

  • Reactive Execution Pipeline: Event-driven architecture (Dispatcher, Processor, Repository) with localized SQLite storage.
  • Scope Management: Strict boundary enforcement (allow/block rules) and automated entity normalization.
  • Execution Modes: Support for keyless public sources, authenticated APIs, offline local databases, and a simulated Demo Mode.
  • Reporting: Built-in recursive ASCII tree renderer and an interactive HTML entity relationship graph.

Intelligence Modules

This release ships with 18 modules exposing a total of 54 reconnaissance functions:

  • Subdomain Hierarchy
  • Advanced DNS Discovery
  • Mail Identity Crypto
  • WHOIS/RDAP
  • Hunter.io Email Intelligence
  • HaveIBeenPwned Data Breaches
  • Certificate Transparency
  • HackerTarget Passive DNS
  • Anubis DB
  • IPv4 Deobfuscation
  • IP Intelligence
  • AbuseIPDB Reputation
  • IP2Location Local Intelligence
  • MaxMind Local Intelligence
  • ASN Intelligence
  • Shodan Intelligence
  • VirusTotal Intelligence
  • Vulnerability Lookup

Full Changelog: https://github.com/cdua-org/ReconSR/commits/v0.1.0

Documentation & Usage:
See the ReconSR Wiki for installation instructions, configuration, and module specifications.