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
hello am getting this issues when i run this tool against a target, please can you help ...???
thread 'main' panicked at src/network/request.rs:323:58:
called Result::unwrap() on an Err value: http::Error(InvalidUri(TooLong))
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
looks like a good issue then
i think the problem is that you have a wordlist with very long parameters and it causes this error. This shoudn't happen though
I will look into it when i will feel better. For now you can manually specify -m argument like this -m 64 to manually limit the amount of parameters to send per request. You can also try to shuffle your wordlist so that big words will be mixed with smaller ones. Also maybe there's a few very long parameters that can be safely removed from the list
copying the binary to /usr/local/bin looks like a good suggestion as well. Looks like some people have encountered problems with this
hello am getting this issues when i run this tool against a target, please can you help ...???
thread 'main' panicked at src/network/request.rs:323:58:
called
Result::unwrap()
on anErr
value: http::Error(InvalidUri(TooLong))note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: