Skip to content
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

Open
0xd3d5ec opened this issue Jun 24, 2023 · 4 comments
Open

Fetch downloads multiple wordlists. #27

0xd3d5ec opened this issue Jun 24, 2023 · 4 comments

Comments

@0xd3d5ec
Copy link

0xd3d5ec commented Jun 24, 2023

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 word rockyou.

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 Preview

Additional 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

  • Program Version: v0.9.3
  • Operating System: Arch Linux
  • Browser/Platform: Linux

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.

@Oxyn4
Copy link

Oxyn4 commented Aug 24, 2023

This looks to be intended behavior based on #18

@0xd3d5ec
Copy link
Author

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
@0xd3d5ec
Copy link
Author

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.

@Oxyn4
Copy link

Oxyn4 commented Aug 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants