Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more "Variable Replacement" #169

Open
MarcoZufferli opened this issue Aug 26, 2022 · 2 comments
Open

Add more "Variable Replacement" #169

MarcoZufferli opened this issue Aug 26, 2022 · 2 comments
Labels
wontfix This will not be worked on

Comments

@MarcoZufferli
Copy link

No description provided.

@MarcoZufferli
Copy link
Author

Hello! Your tool is awesome!

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:

  1. Using target: FFuF doesn't save the output file with "HTTP://" syntax, that i need.
  2. 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!

@MarcoZufferli MarcoZufferli changed the title Add more Add more "Variable Replacement" Aug 26, 2022
@stale
Copy link

stale bot commented May 21, 2023

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.

@stale stale bot added the wontfix This will not be worked on label May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant