Skip to content

ReconTool v1.0.2 - Performance Upgrade

Choose a tag to compare

@hackThacker hackThacker released this 14 Jul 05:04

ReconTool v1.0.2 - Performance Upgrade

  • Performance: Execute all four Wayback CDX API requests concurrently using goroutines and \sync.WaitGroup. This reduces the total Wayback search duration from the sum of all requests to the duration of the slowest request.
  • Efficiency: Reuse a single global \http.Client\ instead of creating a new one for each request.
  • Memory Optimization: Stream Wayback CDX response lines directly using \�ufio.Scanner\ on
    esp.Body\ to avoid loading entire multi-megabyte CDX responses into memory.