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

Implement min/max len in permutation plugin #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

n0kovo
Copy link

@n0kovo n0kovo commented Apr 29, 2023

Proposed improvement of the payload permutation plugin.

Old syntax:
wfuzz -z permutation --zD abc123-3 (3 defining length)

New syntax:
wfuzz -z permutation --zD abc123-1-3 (1-3 defining length range)

Above command will iterate from 'a' through '999' producing a total of 258 payloads.

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

Successfully merging this pull request may close these issues.

1 participant