You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use Interlace with FFuF, since I need to save the output with the "-o" functionality of the fuzzer. I want an output file with the all URLs tested, I initially though to save the output using the target or cleantarget variable but it doesn't fit well because:
Using target: FFuF doesn't save the output file with "HTTP://" syntax, that i need.
Using cleantarget: If I scan a domain that has HTTP (80 TCP) & HTTPS (443 TCP) port opens, with cleantarget FFuF will overwrite the output file since https://google.com or http://google.com will lead to creating the same output file called "google.com".
I would love a Variable Replacement that transforms the URL target in the following way: from https://google.com OR http://google.com into https_google.com OR http_google.com
In this way, Interlace will be more flexible allowing us to tune the output results of several tools, including FFuF, thank you!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
No description provided.
The text was updated successfully, but these errors were encountered: