Skip to content

v2.6.0

Choose a tag to compare

@epi052 epi052 released this 05 Mar 13:24
· 536 commits to main since this release

What's Changed

  • Add --no-state option, filter queries from links, title-case headers by @godylockz in #474
  • added --collect-extensions and --dont-collect
  • added --collect-words
  • added --collect-backups
  • added --burp
  • added --burp-replay
  • added --smart
  • added --thorough
  • added --no-state
  • added nlp module with html-based TF-IDF implementation
  • fixed bug in --resume-from where ScanType::File scans were erroneously kicked off as though they were ScanType::Directory
  • fixed bug where some extracted requests may have been requested with redirects allowed, regardless of runtime config
  • fixed bug where the first request made with --extract-links was not async
  • implemented workaround for bug when --method was POST, PUT, PATCH and --data was empty/not used (awaiting upstream for a real fix)
  • query params and fragments are removed from extracted urls before being requested
  • updated dependencies
  • headers are now Title-Cased
  • directory listing detection happens regardless of --extract-links usage, however the links found therein are only requested when --extract-links is used
  • numerous code quality improvements

Full Changelog: v2.5.0...v2.6.0