Avoid default 1-9 Values
jaikishantulswani opened this issue · 3 comments
jaikishantulswani commented
@bp0lr Is there any way to avoid permutations with 1-9 which are generated by default.
like 1.example.com to 9.example.com
bp0lr commented
Hello!,
now you can.
--disable-addnumbers Disable add numbers generation
--disable-addseparator Disable add separator generation
--disable-permutations Disable permutations generation
bp0lr commented
just update dmut to his last version
go get -u github.com/bp0lr/dmut
and confirm if you have the new flags.
jaikishantulswani commented
Thank you @bp0lr This is superfast !