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
Hi, I was debugging the tool and noticed that while fetching from urlscan there is an issue.
If the total object number is smaller than 10000, urlscan returns "has_more" field as "false" which makes no sense. As a consequence if the target subdomain has URLs between 100 and 10000 gau does not iterate over another request and it fetches only first 100 URLs.
The text was updated successfully, but these errors were encountered:
ko2sec
changed the title
fetching from urlscan bug #2
fetching from urlscan issue #2
Jan 7, 2025
Hi, I was debugging the tool and noticed that while fetching from urlscan there is an issue.
If the total object number is smaller than 10000, urlscan returns "has_more" field as "false" which makes no sense. As a consequence if the target subdomain has URLs between 100 and 10000 gau does not iterate over another request and it fetches only first 100 URLs.
The text was updated successfully, but these errors were encountered: