Skip to content

Add more "Variable Replacement" #169

@MarcoZufferli

Description

@MarcoZufferli
No description provided.

Activity

MarcoZufferli

MarcoZufferli commented on Aug 26, 2022

@MarcoZufferli
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!

changed the title [-]Add more [/-] [+]Add more "Variable Replacement"[/+] on Aug 26, 2022
stale

stale commented on May 21, 2023

@stale

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @MarcoZufferli

        Issue actions

          Add more "Variable Replacement" · Issue #169 · codingo/Interlace