glitchedgitz / cook

A wordlist framework to fullfill your kinks with your wordlists. For security researchers, bug bounty and hackers.
https://twitter.com/glitchedgitz
MIT License
1.01k stars 104 forks source link

Support the repeater #20

Closed alanEG closed 3 years ago

alanEG commented 3 years ago

hello Can you support an option for a loop or a repeater example

cook -start admin,root -sep -,. -end test,help start:sep:end

output normal

admin-test
admin-help
admin.test
admin.help
root-test
root-help
root.test
root.help

the output can you support

admin-test
admin-help
admin.test
admin.help
root-test
root-help
root.test
root.help

test-admin
test-root
test.admin
test.root
help-admin
help-root
help.admin
help.root

With the addition of an option for that, and not to be done automatically

glitchedgitz commented 3 years ago

Users input aren't same and netiher tool knows how user will going to use those params in the pattern. So some option like that isn't possible.

Btw you can try this approach, some extra words in output.

cook -start admin,root -sep -,. -end test,help start,end:sep:end,start
alanEG commented 3 years ago

Thank you for your quick consideration of issues This approach appears to be working i close this issues