-
Notifications
You must be signed in to change notification settings - Fork 79
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
Fetch downloads multiple wordlists. #27
Comments
This looks to be intended behavior based on #18 |
Oh I see sorry didn't notice there was a previous issue about this. Would have been nice if there was a flag to explicitly be able to that. |
1 similar comment
Oh I see sorry didn't notice there was a previous issue about this. Would have been nice if there was a flag to explicitly be able to that. |
honestly I think that would be much better for default behavior because the same thing happened to me. I have created a pull request implementing a separation in the two functionality #30 |
Issue Title
Fetch option fetches multiple wordlists that contain the "search term" and not a specific wordlist.
Description
When you execute the
sudo wordlistctl fetch rockyou
the script will proceed to download any wordlist that contains the wordrockyou
.Steps to Reproduce
sudo wordlistctl fetch rockyou
Expected Behavior
Only exclusively download wordlist
rockyou
unless specified to download other rockyou wordlists. No rockyou-10, rockyou-20, rockyou-30, rockyou-40... etc.Actual Behavior
Executing
sudo wordlistctl fetch rockyou
downloads rockyou and other wordlists that start with rockyou. This behavior happens with any other search term not necessarily only rockyou. Pastebin Issue PreviewAdditional Information
Additional flags are present that do not work and cause confusion when using the tool. Example:
sudo wordlistctl search -l "rockyou"
. These flags should be removed if they aren't functional to avoid confusion.Environment
Related Issues
Additional flags are present that do not work and cause confusion when using the tool. Example: <sudo wordlistctl search -l "rockyou". This "-l" flag should be removed if it isn't functional to avoid confusion.
The text was updated successfully, but these errors were encountered: