We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if gofuzz is provided with a URL which redirects to another URL, it shows the provided URL only
gofuzz
Running an empty query on short URL(just for demo):
the output file also contains the shortened URL rather than the redirected URL. The output file should also contain redirected URL
In text file :
Export Type: TEXT Method: HEAD Date: 2021-10-08 17:44:23 ------------------------------------- 200: https://bit.ly/34N6dHK -> <redirected url here> https://bit.ly/34N6dHK -> <redirected url here> https://bit.ly/34N6dHK -> <redirected url here> ...
something similar in case of JSON output as well
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if
gofuzz
is provided with a URL which redirects to another URL, it shows the provided URL onlyRunning an empty query on short URL(just for demo):
the output file also contains the shortened URL rather than the redirected URL. The output file should also contain redirected URL
In text file :
something similar in case of JSON output as well
The text was updated successfully, but these errors were encountered: