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
Currently, if a redirect loop is hit while using -r then gobuster spins a few times, then returns the following (at least if it's on the initial/base URL):
[-] Unable to connect: https://example.com/somepath/
Obviously, if we don't follow redirects with -r this issue won't happen.
This would be interesting to detect on, because in this instance, a non-existent folder will redirect to a 404, whereas an existing folder will enter this redirect loop.
The text was updated successfully, but these errors were encountered:
Currently, if a redirect loop is hit while using
-r
then gobuster spins a few times, then returns the following (at least if it's on the initial/base URL):gobuster/main.go
Line 412 in 7a6d1c0
Looking at my logs, the server is redirecting like so:
Obviously, if we don't follow redirects with
-r
this issue won't happen.This would be interesting to detect on, because in this instance, a non-existent folder will redirect to a 404, whereas an existing folder will enter this redirect loop.
The text was updated successfully, but these errors were encountered: