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
Not sure what line in the word list it could not handle from the error message.
Maybe adding some more debugging info when a bad line is encountered, and just ignore the line to carry on with the rest of the wordlist
:)
The text was updated successfully, but these errors were encountered:
I actually looked into the source code and found that the error (thread 'main' panicked at 'Something went wrong reading the wordlist file: Custom { kind: InvalidData, error: "stream did not contain valid UTF-8" }', src/dirbuster/utils.rs:14:9) is emitted by std::fs::read_to_string(), and there's no way to extract which line/text was not valid.
In any case, saving the text file in VSCode removed any invalid UTF-8 characters and running the rustbuster command w/ that file worked afterward shrug.
https://raw.githubusercontent.com/digination/dirbuster-ng/master/wordlists/big.txt
Tried running with the above URL, but rustbuster failed.
Not sure what line in the word list it could not handle from the error message.
Maybe adding some more debugging info when a bad line is encountered, and just ignore the line to carry on with the rest of the wordlist
:)
The text was updated successfully, but these errors were encountered: