glitchedgitz / cook

A wordlist framework to fullfill your kinks with your wordlists. For security researchers, bug bounty and hackers.

Home Page:https://twitter.com/glitchedgitz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support the repeater

alanEG opened this issue · comments

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

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

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