Skip to content

ReconTool v1.0.7 - Wayback Output Guarantee

Choose a tag to compare

@hackThacker hackThacker released this 14 Jul 12:40

ReconTool v1.0.7 - Wayback Output Guarantee

  • Enforced File Creation: Every single Wayback query (\main, \wildcard, \specific, \sensitive) will ALWAYS create its corresponding output file on disk (\wayback_main.txt, \wayback_wildcard.txt, \wayback_specific.txt, \wayback_sensitive.txt), regardless of whether the query succeeds, returns zero URLs, or fails (due to timeout, HTTP 429, DNS errors, or network errors). Failed query files are simply generated as empty files.
  • Improved Code DRYness: Refactored the concurrent Wayback CDX querying logic using a single unified query helper, reducing code size.