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
I quickly tested dirble and I came across this error message.
$ ./dirble http://127.0.0.1:8000 -w ~/clones/SecLists/Discovery/Web-Content/big.txt
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidData, error: StringError("stream did not contain valid UTF-8") }', src/libcore/result.rs:1009:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
It seems like this line causes it. Removing the line fixed the error.
I quickly tested dirble and I came across this error message.
It seems like this line causes it. Removing the line fixed the error.
https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/big.txt#L16072
The text was updated successfully, but these errors were encountered: