-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
[BUG] error: thread 'tokio-runtime-worker' panicked at .../into_url.rs a parsed Url should always be a valid Uri: InvalidUri(TooLong) #1049
Comments
sorry for the late reply, didn't see this one. that looks to be coming from a library that ferox relies on to do url parsing. at best, id be able to check to make sure we don't trigger the underlying core dump... thanks for the bug report! ill take a look at a fix |
ok, following up on this: the underlying library has a pull request to turn this panic into an for anyone wondering, the max URI length is pinning this til i get an upstream fix |
@amiremami no, that's not correct. you're encountering what i consider an edge case. that you found it on three separate targets is pretty impressive to me, lol. parsing a url over 65,535 characters is not what i would consider the norm. at any rate, thank you for pinging this thread. the upstream fix was merged and i can push a fix for this on my end. expect an update soon! |
@all-contributors add @amiremami and @dirhamgithub for bug |
I've put up a pull request to add @amiremami! 🎉 |
https://github.com/all-contributors add @dirhamgithub for bug |
@all-contributors add @dirhamgithub for bug |
I've put up a pull request to add @dirhamgithub! 🎉 |
fixed in main, new release soon |
Thanks a lot, it works now 🙏 |
This error is facing me after i have provided the url and word list it finds for me some hidden pages and then it throws me this error, I don't know if the websites made this url to prevent from finding thier hidden files or it is just from Feroxbuster tool.
Here is a screenshot of the error:
The text was updated successfully, but these errors were encountered: