#324·ffuf

Follow redirects while printing redirect chains

Author: noperatorCreated Oct 2, 2020Updated May 2, 2026
Labelsenhancement

Is ffuf able to follow HTTP redirects and print the redirect chain at the same time? It seems to me that:

  • Without following redirects, it’ll tell me that the URL returns a 301 (etc.) but of course, won’t follow it.
  • With following redirects, it’ll follow the redirect chain but just return the resulting 200 at the end of the chain.

If not, then I may submit a PR for this feature.