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

auto increment from 1 char #6

Closed
sh1n0b1 opened this issue Dec 27, 2016 · 1 comment
Closed

auto increment from 1 char #6

sh1n0b1 opened this issue Dec 27, 2016 · 1 comment

Comments

@sh1n0b1
Copy link

sh1n0b1 commented Dec 27, 2016

Trying to generate a wordlist with max and min of 8 chars but maskprocessor keep starting from 1 char:

bash-3.2$ ./mp64.bin "?a?a?a?a?a?a?a?a" | head

       !
       "
       #
       $
       %
       &
       '
       (
       )

Tried to manually specify the length using --increment, but it doesn't work either:

bash-3.2$ ./mp64.bin --increment=8:8 "?a?a?a?a?a?a?a?a" | head

       !
       "
       #
       $
       %
       &
       '
       (
       )

It looks like this is only an issue when using all character sets "?a".
I'm able to bypass this issue by doing:

./mp64.bin -1 "?l?u?d?s" "?1?1?1?1?1?1?1?1" | head
aaaaaaaa
aaaaaaab
aaaaaaac
aaaaaaad
aaaaaaae
@Xanadrel
Copy link
Member

No issue, it's 8 chars, it just starts with the space.

@jsteube jsteube closed this as completed Feb 28, 2017
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

3 participants