v2.6.0
What's Changed
- Add
--no-stateoption, filter queries from links, title-case headers by @godylockz in #474 - added
--collect-extensionsand--dont-collect - added
--collect-words - added
--collect-backups - added
--burp - added
--burp-replay - added
--smart - added
--thorough - added
--no-state - added
nlpmodule with html-based TF-IDF implementation - fixed bug in
--resume-fromwhereScanType::Filescans were erroneously kicked off as though they wereScanType::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-linkswas not async - implemented workaround for bug when
--methodwasPOST,PUT,PATCHand--datawas 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-linksusage, however the links found therein are only requested when--extract-linksis used - numerous code quality improvements
Full Changelog: v2.5.0...v2.6.0