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

Make program quit when end of wordlist is reached #1

Open
ickerwx opened this issue Dec 8, 2021 · 0 comments
Open

Make program quit when end of wordlist is reached #1

ickerwx opened this issue Dec 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ickerwx
Copy link
Owner

ickerwx commented Dec 8, 2021

Right now the tool loops over the wordlist. If the request count is 100 and the wordlist has 10 entries, then each entry will be sent 100 times.

Instead, make the action write the finish message into the comand queue once the end of the wordlist has been reached. If the request count is smaller than the wordlist size, the current behavior is okay.

@ickerwx ickerwx self-assigned this Dec 8, 2021
@ickerwx ickerwx added the enhancement New feature or request label Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant