v1.0.3

epi052/feroxbusterv1.0.3Oct 9, 2020by epi052

AI Summary

Addresses a critical bug where duplicate scan requests were generated during recursive traversal of directories and root paths, such as scanning both `example.com` and `example.com/` simultaneously.

Key Highlights

  • Fixed duplicate scan generation
  • Resolved recursion conflicts
  • Thanks to @Flangyver for the report

New Features

  • Duplicate scan prevention

Full Release Notes

- fixed instances of duplicate scans during recursion
    - in certain situations a scan against `http://example.com` and `http://example.com/` could both be running at the same time (the same goes for any sub-directory found during recursion

Special thanks to github user @Flangyver for notifying me about the bug :heart: